Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: gitpython checkout remote branch 
Shell :: ansible use host file flag 
Shell :: gimp : Dépend: libgimp2.0 (= 2.10.18) mais ne sera pas installé Dépend: libgimp2.0 (<= 2.10.18-z) mais ne sera pas installé Dépend: libgegl-0.4-0 (= 0.4.22) mais ne sera pas installé 
Shell :: windows is showing wrong time when I switch from ubuntu 
Shell :: apache virtual host file 
Shell :: what does grep dash v do 
Shell :: boot up batch script 
Shell :: can you make a personal assistant for linux 
Shell :: how to change currnet cluster config 
Shell :: teletalk number check code 
Shell :: grafana loki windows 
Shell :: grails environment variables ubuntu 
Shell :: linux forensic deleted files 
Shell :: copy from local to remote machine (fast) 
Shell :: staticpodpath in kuberetes 
Shell :: Rclone initial commit to remote drive 
Shell :: iptables localhost redirection 
Shell :: how to remove pem pass phrase 
Shell :: E: No se pudo abrir el fichero de bloqueo «/var/cache/apt/archives/lock» 
Shell :: what is %prec in yacc 
Shell :: ubuntu dual monitor mouse flicker 
Shell :: clone serverless repository scripts 
Shell :: powershell script to copy mutliple files into a single file 
Shell :: cantidad de digitos 
Shell :: Future<void _getCurrentUserLocation () async { final locData = await Location().getLocation(); final double newLatitude = locData.latitude; final double newLongitude = locData.longitude; 
Shell :: flatpak list themes 
Shell :: how to find the version of apache server in pentest 
Shell :: telegram new version for xfce manajaro 
Shell :: minecraft skript every 1 second 
Shell :: how to set path variable in linux temporarily? 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =