https://github.com/deepurai/configure-ssl-on-linux
Confugure SSL certificate on Linux system (Centos & Ubuntu)
https://github.com/deepurai/configure-ssl-on-linux
centos7 ssl ssl-certificates ubuntu
Last synced: 9 months ago
JSON representation
Confugure SSL certificate on Linux system (Centos & Ubuntu)
- Host: GitHub
- URL: https://github.com/deepurai/configure-ssl-on-linux
- Owner: deepuRai
- Created: 2019-06-04T17:37:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T17:38:35.000Z (about 7 years ago)
- Last Synced: 2025-03-20T06:18:05.199Z (over 1 year ago)
- Topics: centos7, ssl, ssl-certificates, ubuntu
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configure-SSL-on-Linux
Confugure SSL certificate on Linux system (Centos & Ubuntu)
#Step 1:-
Install mod ssl and openssl module
yum install mod_ssl openssl/apt-get install mod_ssl openssl
#Step2 :-
Generate below files for SSL (Please check with SSL provider)
SSLCertificateFile i.e. .crt file
SSLCertificateKeyFile i.e. .key file
SSLCACertificateFile i.e. .intermediate.crt file
#Step3 :-
Configure Virtual host. Please see attached file Virtual_host_conf_SSL.txt
#Step 4:-
Restart Apache
#Free SSL Certificate
If you want to have free ssl certificate then please visit below link for more details :-
http://www.9lessons.info/2017/01/activate-free-ssl-certificate-for-your.html