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.
In what format you issue the Intranet SSL Certificates ?
We issue SecureNT Intranet SSL certificate in PEM format with .cer extension.
The PEM format is the most common format used for certificates. Extensions used for PEM certificates are cer, crt, and pem. They are Base64 encoded ASCII files.
PEM formatted certificates contain the “Begin Certificate/End Certificate” statements.
The DER format is the binary form of the certificate. DER formatted certificates do not contain the “BEGIN CERTIFICATE/END CERTIFICATE” statements.
DER formatted certificates most often use the ‘.der’ extension. Root Certificates on Resource page are in DER format.
In case, you want them in PEM format send Email to support@intranetssl.net
No Comments Yet.
Categories
Tags