A Certificate Authority or
Certification Authority (CA) is an entity which issues digital certificates for
use by other parties.
Create
a Certificate Authority (CA)
Step 1) Change setting for /etc/pki/tls/openssl.cnf file as
below
Step 2) Create directory on corresponding directory as given
below. Create key for CA
Step 3) Create Self sign certificate for CA
Step 4) now you are ready to be a CA.
You could approve CSR to CRT by executing below command
Openssl –ca –in abc.csr –out abc.crt


