Horje
install godaddy ssl certificate on aws ec2 instance Code Example
install godaddy ssl certificate on aws ec2 instance
With reference to the link you mentioned try following steps

Ensure that you have installed mod_ssl and it is running.
Upload your certificates on Instance say /home/ec2-user/ssl
Edit /etc/httpd/conf.d/ssl.conf
Find below lines and replace accordingly (Verify the filename and path are correct)
SSLCertificateFile /home/ec2-user/ssl/certs/site.com.crt
SSLCertificateKeyFile /home/ec2-user/ssl/keys/site.key
SSLCACertificateFile /home/ec2-user/ssl/ssl_files/gd_bundle.crt
Restart Apache




Shell

Related
autopsy linux can not connect Code Example autopsy linux can not connect Code Example
change directory name lunix Code Example change directory name lunix Code Example
git merge branch in jenkins pipeline Code Example git merge branch in jenkins pipeline Code Example
install makerbundle sur symfony 3.4 Code Example install makerbundle sur symfony 3.4 Code Example
letsencrypt Code Example letsencrypt Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10