Tag: ssl

Creating a CSR

Source: http://www.rackspace.com/knowledge_center/article/generate-a-csr-with-openssl I created a private key: 1openssl genrsa -out ~/domain.com.ssl/domain.com.key 2048 Then created the CSR and follow

Using NGINX for SSL Offloading and Reverse Proxy

Sources: http://nginx.com/blog/nginx-ssl/ , http://nginx.com/resources/admin-guide/reverse-proxy/ I needed to redirect a path served by a web browser over SSL to another server. For example: https://d

Convert SSL pfSense Key to RSA Key

I don’t use this anymore, but kept the instructions here for future reference Source: http://stackoverflow.com/questions/17733536/how-do-i-convert-a-private-key-to-an-rsa-private-key I had to conver

Installing OpenSSL 1.0.0 on OpenSolaris

Download the sourceDownload the file openssl-1.0.0.tar.gz from http://www.openssl.org/source/ Save this in /src You may also want to verify the file signature or checksums and read the README or INSTA

Installing OpenSSL 0.9.8m on OpenSolaris

Download the sourceDownload the file openssl-0.9.8m.tar.gz from http://www.openssl.org/source/ Save this in /src You may also want to verify the file signature or checksums and read the README or INST