IT Secure Net - All about computer Tweak and Security

  • About Me
  • Linux sysadmin command 101
  • News
  • Categories
    • Linux
    • Voip
    • Nagios
    • Virtual Box
    • AsteriskNow
    • VM Ware
    • Freepbx
    • WordPress
    • Windows
  • Contact

How to install Godaddy SSL certificate

This article will show you how to install SSL Certificate provided by GoDaddy on your Apache server. Once you verify your domain name and you get to download the zip file for Apache from Godaddy account. Login in to your Apache server.

Upload from filezilla or download directly to the server the zip file.

Once the file is there, uncompress it using zip command as

unzip filename.zip

Once unzip, I recommend you to rename the file because GoDaddy generate random filename.

For example : yourdomain.com.crt and for the bundle file, yourdomain.com.gd_bundle-g2-g1.crt

After that, put that two file in the cert folder. I will recommend to put at /etc/ssl/certs/

So, copy those file like this :

cp yourdomain.com.crt yourdomain.com.gd_bundle-g2-g1.crt  /etc/ssl/certs

After that, you have to also located the key that you generate from your server.(normally you have to provide the key to Godaddy to get crt file)

As for me, I put the key file, in the on /etc/ssl/private/yourdomain.com.key

Once you know the location, you modify your apache default-ssl file which is /etc/apache2/sites-available/default-ssl

<VirtualHost *:443>
  ServerName www.yourdomain.com
  DocumentRoot /var/www/

  CustomLog /var/log/apache/www.yourdomain.com-access.log combined
  ErrorLog /var/log/apache/www.yourdomain.com-error.log

  # Example SSL configuration
  SSLEngine on
  SSLProtocol all -SSLv2
  SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5
  SSLCertificateFile "/etc/ssl/certs/yourdomain.com.crt"
  SSLCertificateKeyFile "/etc/ssl/private/domain.com.key"
</VirtualHost>

SSLCertificateFile tell where your crt file is located
SSLCertificateKeyFIle tell where your key file is located

Now, you have to activate the site that you just created by doing

a2ensite default-ssl

and  then reload apache2

service apache2 reload

Aug 6, 2015IT Secure
How to remove mpt raid status message (email)Asterisk only one way audio issue

Leave a Reply Cancel reply

IT Secure
August 6, 2015 Centos, Debian, Linux, Network, Ubuntu, Wordpressadd ssl apache2, apache2 ssl install, godaddy install ssl apache2, godaddy ssl generate installation, How to install Godaddy SSL certificate on Apache Server, install ssl certificate, ssl installation apache2
EnglishFrançaisDeutschItalianoPortuguêsRomânăEspañol
Recent Posts
  • Install FreePbx on Centos 7
  • Configure WordPress with NGINX
  • VT-x is being used by another hypervisor (VERR_VMX_IN_VMX_ROOT_MODE)
  • Putty numeric keypad not working with vim
  • How do I list my RSA key fingerprint SSH
Donate never asked but always appreciated
Support Team Viewer
Accès à distance et Télé-assistance sur Internet grâce à TeamViewer Support IT Secure Net
RSS National Vulnerability Database
  • CVE-2017-17557
  • CVE-2013-3947
  • CVE-2013-7245
  • CVE-2017-2901
  • CVE-2017-2906
  • CVE-2017-2908
  • CVE-2017-2924
  • CVE-2017-2902
  • CVE-2017-2923
  • CVE-2017-2907
Recent Comments
  • IT Secure on VirtualBox OVA to Vsphere OVF
  • Sai on VirtualBox OVA to Vsphere OVF
  • Saeid on VirtualBox OVA to Vsphere OVF
  • Lokesh on VirtualBox OVA to Vsphere OVF
Categories
  • Apple
  • AsteriskNow
  • Backtrack
  • Centos
  • Debian
  • Freepbx
  • Kali
  • Linux
  • Nagios
  • Network
  • News
  • Nginx
  • Ubuntu
  • Uncategorized
  • Unix
  • Virtual Box
  • VM Ware
  • Voip
  • Web
  • Windows
  • Wordpress

Your Name (required)

Your Email (required)

Subject

Your Message

2014 © IT Secure Net
Domain for sale : Contact-us