After generating CSR (Certificate Signing Request) and before submitting to a CA to generate a Server certificate, it would be good if we can double check what has been generated.
If OpenSSL is installed, the following command can be used:
openssl req -in mycsr.csr -noout -text
.
No comments:
Post a Comment