OpenSSL

From Utopia
Revision as of 09:43, 10 January 2024 by Locke (talk | contribs) (Created page with "You can test your pem certificate with openssl x509 -in mailcert.pem -inform pem -noout -text If it displays the contents of your certificate without asking for a password, it should be OK.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You can test your pem certificate with

openssl x509 -in mailcert.pem -inform pem -noout -text

If it displays the contents of your certificate without asking

for a password, it should be OK.