SecureNT Intranet SSL

SSL/TLS Certificates for Internal Networks.

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.

  1. Copy the server.pfx file to the Ubuntu machine

  2. Ensure that openssl package is installed on Ubuntu

  3. 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.

  4. Move the serverpfx.pem file to /etc/ssl/certs/

  5. Update the permissions: sudo chmod 644 /etc/ssl/certs/serverpfx.pem

  6. 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.

Copyright © 2024 Secure Network Traffic. All rights reserved. SecureNT is a registered trademark of Secure Network Traffic.