FAQs
Those might have popped-up in your mind.
Categories
How to install Intranet SSL on Ubuntu Linux ?
If you asked for the Intranet SSL without CSR, you would have received server.pfx file on email.
-
Copy the server.pfx file to the Ubuntu machine
-
Ensure that openssl package is installed on Ubuntu
-
Run the following command: sudo openssl pkcs12 -in server.pfx -passin pass:inetssl2 -out serverpfx.pem -nodes This will create a serverpfx.pem file, which contains the issued certificate, two CA certificates and the private key.
-
Move the serverpfx.pem file to /etc/ssl/certs/
-
Update the permissions: sudo chmod 644 /etc/ssl/certs/serverpfx.pem
-
Restart the Apache service: sudo service apache2 restart
In case, you wish us to make the serverpfx.pem file, write back to us on support@intranetssl.net
No Comments Yet.
Categories
Tags