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.
Jmeter Fundamental Tutorial for Beginners with Demo 2020 — By DevOpsSchool
Jmeter Fundamental Tutorials — By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Gradle versions, their supported Java versions, and unsupported Java versions - December 23, 2024
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024