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, ∼3780🔥, 0💬
Popular Posts:
Certificate summary - Owner: www.census.gov, IT, U.S. Census Bureau, L=Suitland, ST=MARYLAND, US Iss...
Whet is the PKCS#1 v1.5 padding size with OpenSSL "rsautl -encrypt" command? I want to know the larg...
Certificate summary - Owner: shop-pro.jp, "paperboy&co.,Inc.", STREET=26-1 Sakuragaoka-cho, L=Sh...
What should I do, I deleted cert8.db for Mozilla Firefox 47 by a mistake on my computer? You don't n...
How to generate self-signed certificate with getacert.com? Is it free? Generating a self-signed cert...