SSL Verify
Verify SSL Certificates
Verify KEY: Private Key
#openssl rsa -in hostname.domain.key -check
Decoder CSR: Certificate Request
#openssl req -in hostname.domain.csr -noout -text
Decoder CRT: Certificate
#openssl x509 -in hostname.domain.crt -text -noout
NOTE: .key, .csr and .crt can have different names
Comments
Post a Comment