Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries Tagged as 'ssl'

Firefox SSL Warning on Valid SSL Certificate

October 13th, 2010 · 3 Comments · Installation

Normally, you will receive this warning when you are using a self-signed ssl certificate. But I encountered this issue on a domain with valid ssl from Verisign. Warning message indicates that Verisign not recognized. Update: Need to install GeoTrust’s intermidiate CA.

[Read more →]

Tags:

Apache Now Supports Multiple SSL on Single IP Address

November 24th, 2009 · 2 Comments · hosting, News

With the release of Apache 2.2.12, we can now configure multiple SSL sites in one IP address. It is available of you have Server Name Indication (SNI) extension for OpenSSL. Visit TechRepublic’s post on “Configure Apache to support multiple SSL sites on a single IP address” for details and vhost sample configuration. And for complete [...]

[Read more →]

Tags: ·

Remove passphrase from private key

March 23rd, 2009 · No Comments · Installation

We have several SSL to transfer to our new load-balancer (Nginx) and all of the private keys contain passphrase. During Nginx (same with Apache) service restart it requires to enter the passphrase of all certificates, so we need to remove it. This task is very simple, you only need to issue this command: /usr/sbin/openssl rsa [...]

[Read more →]

Tags: