Generate Private Keys And Public Certificates with OpenSSL
If you want to use SSL/TSL with the Apache HTTP server, you need to create an SSL certificate. This certificate is required for the authorization between the Apache HTTP server and client so that each party can clearly identify the other party. To ensure the integrity of the certificate, it must be signed by a party every user trusts.
This section describes the procedure for following tasks:
- Generating Self-Signed SSL Certificates
- Generating SSL Keys and Certificates With Your Own your own Trusted CA
This section explains the simplified approach of generating the keys and certificates by using the CA.pl (or CA.sh) script that is shipped with OpenSSL tool kit.
Copyright © Cloud Software Group, Inc. All rights reserved.