Saturday, April 6, 2013

Certificate Authority


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

No comments:

Post a Comment

Renew k8s certificates

Check If certificate expires: amikum@~:03:06:54(⎈ |local-cluster:default):sudo kubeadm certs check-expiration CERTIFICATE                EXP...