Collections:
Other Resources:
OpenSSL "ca -revoke" - Revoke a Certificate
How to revoke a certificate using the OpenSSL "ca" command? The certificate was signed by me with my CA certificate, but now it is no longer needed.
✍: FYIcenter.com
If you want revoke a certificate that was signed by you previously,
you can use the OpenSSL "ca -revoke" command to revoke it.
Actually, the certificate can not be destroyed. It will just be declared as invalid,
The following test shows you how to revoke a certificate using the "ca -revoke" command:
C:\Users\fyicenter>\local\OpenSSL-Win32\bin\openssl.exe OpenSSL> ca -revoke test.crt -keyfile my_ca.key -cert my_ca.crt Using configuration from C:\local\OpenSSL-Win32\bin\openssl.cfg Enter pass phrase for my_ca.key:fyicenter Revoking Certificate 1000. Data Base Updated
Notes about the above test:
⇒ OpenSSL "ca" - Sign the CSR Again
⇐ OpenSSL "ca" Error "failed to update database TXT_DB error number 2"
2016-09-10, ∼7947🔥, 0💬
Popular Posts:
Certificate Summary: Subject Common Name (CN): twitter.com Issuer Common Name (CN): DigiCert SHA2 Ex...
What is High-Tech Bridge Free SSL Server Tester? High-Tech Bridge Free SSL Server Tester is an onlin...
Where I can get a list of all root CA certificates provided by Microsoft on Windows in 2016? Here is...
Certificate summary - Owner: WebSpace-Forum Server CA, "WebSpace-Forum, Thomas Wendt", DE Issuer: UT...
What certificates are included in the Java 7 default trusted certificate keystore file: "cacerts"? F...