This site has wonderful information and I have picked up a few command form it.
To check the contents of a Certificate Request file (csr)
$ openssl req -in server.csr -noout -text
To view the contents of a CA Signed certificate request file (cer)
$ openssl x509 -in server.cer -noout -text
To check the contents of a Certificate Request file (csr)
$ openssl req -in server.csr -noout -text
To view the contents of a CA Signed certificate request file (cer)
$ openssl x509 -in server.cer -noout -text
No comments:
Post a Comment