Collections:
Other Resources:
OpenSSL "verify" - Validate Self-Signed Certificate
How to validate a self-signed certificate using OpenSSL "verify" command?
✍: FYIcenter.com
You can validate your self-signed certificate using the OpenSSL "verify" command as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> verify rsa_test.crt rsa_test.crt: C = us, ST = NY, L = New York, O = Donald Inc., OU = IT, CN = www.donald.inc, emailAddress = john@donald.inc error 18 at 0 depth lookup:self signed certificate OK OpenSSL> verify -trusted rsa_test.crt rsa_test.crt rsa_test.crt: OK OpenSSL> verify -CAfile rsa_test.crt rsa_test.crt rsa_test.crt: OK
Commands and their behaviors used in this test:
⇒ OpenSSL "req -x509 -newkey" - Generate Private Key and Certificate
⇐ OpenSSL "x509 -text" - View Self-Signed Certificate in Text
2016-11-15, 2989🔥, 0💬
Popular Posts:
Certificate summary - Owner: *.skyrock.com, PlatinumSSL Wildcard, TELEFUN, STREET=37 bis rue greneta...
Certificate summary - Owner: EMAILADDRESS=ca@trustwav e.com,"Trustwave Extended Validation CA, Level...
How to sign a CSR with OpenSSL "x509" command? I want a quick way to sign a CSR without setting the ...
Certificate Summary: Subject: Network Solutions OV Server CA 2 Issuer: USERTrust RSA Certification A...
You can use the Certificates snap-in to manage certificates for a user, computer, or service account...