How to Revoke Client Certificate [closed] How to Revoke Client Certificate [closed] nginx nginx

How to Revoke Client Certificate [closed]


Revoke the certificate :

openssl -revoke cert_of_your_(not_anymore)_friend.pem

Generate the new list of revoked certificates

openssl ca -gencrl -config /etc/openssl.cnf -out crl/your_new_list_of_revoked.crl