You are on page 1of 1

ISPConfig 2.2.

33 Godaddy SSL Install How To


1. Create the SSL Cert using the ISPConfig Control Panel 2. SSH into ISPConfig Server 3. Move the 4 files into a safe directory created by ISPConfig Control Panel in the /var/www/web#/ssl folder. 4. Manually Generate the SSL Certs using OpenSSL a. from the /var/www/web#/ssl folder type the following command: openssl genrsa des3 out www.yourwebsite.com.key 2048 b. Create Your CSR to send to godaddy openssl req new key www.yourwebsite.com.key out www.yourwebsite.com.csr c. Rename your key file mv www.yourwebsite.com.key www.yourwebsite.key.org d. Unencrypt your key file openssl rsa in www.yourswebsite.com.key.org out www.yourwebsite.com.key 5. Send your CSR to Godaddy for signing 6. Once you get your signed CSR you can upload the certificates into the ssl directory. You will typically get two files: www.yourwebsite.com.crt and gd_bundle.crt 7. Open Your ISPConfig Control Panel and under the main screen add an apache directive: SSLCertificateChainFile /var/www/web#/ssl/gd_bundle.crt 8. Restart Apache using your ISPConfig Control Panel 9. Test your SSL cert using the https protocol on your website: https://www.yourwebsite.com

You might also like