SecureNT Intranet SSL

SSL/TLS Certificates for Internal Networks.

FAQs

Those might have popped-up in your mind.

How to install Intranet SSL on Ubuntu Linux ?
Technical
keyboard_arrow_down

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.

While requesting Intranet SSL, should I generate CSR or just give certificate details ?
Technical
keyboard_arrow_down

Good question.

It is always recommended to generate CSR on your web server and share with us. This is because the private key generated during the CSR generation remains on your server, within your premises.

On the other hand, if you give certificate details to us, we generate the CSR. It is called Auto-CSR. During this process, private key is generated on our machine. When we ship the Intranet SSL to you, we send the SSL certificate along with the private key. This method is slightly risky because the private key can be intercepted by someone when it is sent through email.

But generation of CSR for Intranet SSL poses some technical challenges. Reason is that modern browsers expect the CSR to have require SAN values correctly specified.

For example, if the Common Name is “abc.local” then the CN=abc.local and SAN value should be DNS=abc.local. But it is not easy to generate CSR with SAN values on Windows or Linux.

Another issue comes when the certificate is to be issued to an IP address. In this case SAN should have two values. They are DNS=[IP-address] and IP=[IP-Address].

If any of these SAN values are not specified while generating the CSR then browser gives 'Certificate not Trusted' error.

Of course, we have shared the steps to generate CSR with SAN values. Link is given below.

  1. How to create the CSR with SAN in Windows IIS
  2. How to create the CSR with SAN Values using OpenSSL

No Comments Yet.

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