Windows SSL

From Dave-Wiki
Revision as of 16:33, 21 November 2024 by Dave (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

View Contents of a Certificate File

certutil -dump .\cert.pem

Convert x.509 (PKCS#12) to PFX

openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt (-certfile is not required)