Friends, I am still writing this post and its under process. This is just for creating a skeleton for this post. It might help you.
Step 1 – Generate PRIVATE KEY. usually we do using openssl tool
Output – .key file
Step 2 – Generate CSR file using the same key. usually we do using openssl tool
Output – .csr file
Step 3 – Send a .csr file to CA for approved certificate file
CA, There are many CAs in the world liek GodADDY, aws, aZURE, gOOGLE cLOUD, VERIZON etc. You can also become CA but its costly affairs
Output – .cert file
Step 4 – Enable SSL in Apache configuration
Step 5 – Set SSL cert in httpd-ssl.conf
SSLEngine on
SSLCertificateFile "/opt/lampp/etc/certs/domain.crt"
SSLCertificateKeyFile "/opt/lampp/etc/certs/domain.key"
SSLCACertificateFile "/opt/lampp/etc/certs/mygd_bundle-g2-g1.crt"
Step 6 – Restart Apache.
Detail and step by step tutorials, I would publish soon.
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND