How To Install Godaddy 2048 Bit Ssl Ispconfig
- Forums
- Apache Hosting
- How To Install Godaddy 2048 Bit Ssl Ispconfig
need to know how to install godaddy 2048 bit ssl ispconfig, i installed ispconfig on my linux dedicated server and i have a shopping cart that needs ssl on it [993], Last Updated: Mon Jun 24, 2024
Omar_shaker
Mon Mar 15, 2010
1 Comments
940 Visits
i installed ISPConfig on my Linux Dedicated server and i have a shopping cart that needs SSL on it,
so i bought an SSL on godaddy, but i dont know how to install it, i followed your intructions but it says that it must be a 2048/256 bit and anot a 128-bit
please help
1. login to your ISPConfig Control Panel and under the SSL website, generate a SSL Cert.
2. loging to your server command terminal (SSH)
3. cd to the website where you want the SSL
SHELL COMMAND:
4. Now you need to manaually generate the 2048-Bit Cert with these commands:
Generate your key.
SHELL COMMAND:
Creat your CSR
SHELL COMMAND:
Rename the key file
SHELL COMMAND:
Now you need to unencrypt your key file
SHELL COMMAND:
5. Ok, now that you have generated your files, you should have three files:
list the files:
SHELL COMMAND:
you should have three:
www.example.com.key
www.example.com.org
Now we need to copy and paste the CSR to the godaddy website, so send the cat command to display the CSR:
SHELL COMMAND:
6. copy and paste the output of www.example.com.csr into the godaddy website to send you CSR to Godaddy for signing. After signing has been completed, you will see a donwload button in the Goaddy website. When you download, you will get a .zip file, so unzip the two files, most likely the will look like this:
www.example.com.crt
Upload these two file in to the ssl directory of your website: for example: /var/www/web1/ssl
7. Now go back to your ISPConfig control panel in the website where you are installating the SSL Cert, in the Apache Directives section, enter the following:
SSLCertificateChainFile /var/www/web1/ssl/gd_bundle.crt
save the chages
8. Under the Management tab in your ISPConfig panel, go to Server > Services and restart the Web Server
9. Done. Now test your website: https://www.example.com