How To Install Godaddy 2048 Bit Ssl Ispconfig
RegisterLogin
How To Install Godaddy 2048 Bit Ssl Ispconfig
Post Description: 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
Tags: how, to, install, godaddy, 2048, bit, ssl, ispconfig
This Post Was Posted On Mar 15, 2010 By Omar_shaker #3246
Post Description: 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
Tags: how, to, install, godaddy, 2048, bit, ssl, ispconfig
This Post Was Posted On Mar 15, 2010 By Omar_shaker #3246
How To Install Godaddy 2048 Bit Ssl Ispconfig by Omar_shaker
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
Leave Your Comments
webune
#3611 1
For example, you have a website called www.example.com and the web id is 1 (web1) so this is what i would do:
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:
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:
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
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:
cd /var/www/web1/ssl
4. Now you need to manaually generate the 2048-Bit Cert with these commands:
Generate your key.
SHELL COMMAND:
openssl genrsa –des3 –out www.example.com.key 2048
Creat your CSR
SHELL COMMAND:
openssl req –new –key www.example.com.key –out
Rename the key file
SHELL COMMAND:
mv www.example.com.key www.example.key.org
Now you need to unencrypt your key file
SHELL COMMAND:
openssl rsa –in www.example.com.key.org –out www.example.com.key
5. Ok, now that you have generated your files, you should have three files:
list the files:
SHELL COMMAND:
ls
you should have three:
www.example.com.csr
www.example.com.key
www.example.com.org
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:
cat www.example.com.csr
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:
gd_bundle.crt
www.example.com.crt
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
Mar 15, 2010 Reply Report abuse
©2012 Webune Forums - Thu Dec 13, 2012 9:32 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3