Windows Certifcate Mangement

From UVOO Tech Wiki
Revision as of 16:55, 26 October 2023 by Busk (talk | contribs)
Jump to navigation Jump to search

A certificate may contain privatekey. A private key or pkcs12 can only be exported if it is marked exportable unless you hack the registry.

Export & Print

  • Click: Search -> Type: Manage Computer Certificates
  • Export certificate to .cer (binary)
openssl x509 -noout -text -in intermediate.cer

https://www.c-sharpcorner.com/article/creating-certificate-using-openssl-on-windows-for-ssltls-communication2/