Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Generating a Certificate Signing Request (CSR) - Apache 2.x
Follow the below instructions to generate a CSR for your Web site. When you have completed generating your CSR, cut/copy and paste it into the CSR field on the SSL certificate-request page.
CSR-Generation Instructions
To generate a triple-DES encrypted key pair and a Certificate Signing Request (CSR):
Enter the following commands:
i. cd /usr/bin/ (/your path to openssl/)
Enter a passphrase when prompted to.
ii. openssl genrsa -des3 -out <name of your certificate>.key 1024
iii. openssl req -new -key <name of your certificate>.key -out <name of your certificate>.csr
If you are requesting a Wildcard certificate, please add an asterisk (*) on the left side of the Common Name (e.g., "*.domainnamegoes.com" or "[URL unfurl="true"]www*.domainnamegoeshere.com").[/URL] This will secure all subdomains of the Common Name.