Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to get SSL certificates and Enabled HTTPS for any domain and websites in Apache?

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.

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.