Tuesday 4 September 2012

configure a certificate authority (CA) and sign certificate requests


Install the perl openssl package
# yum install openssl-perl

Change to the directory where the CA.pl script is located
# cd /etc/pki/tls/misc/

Create the CA
# ./CA.pl -newca

Make the CA Certificate available using http or some other method.

No comments:

Post a Comment