Difference between revisions of "Windows Certifcate Mangement"
Jump to navigation
Jump to search
(Created page with "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...") |
|||
Line 3: | Line 3: | ||
# Export & Print | # Export & Print | ||
− | - | + | - Click: Search -> Type: Manage Computer Certificates |
- Export certificate to .cer (binary) | - Export certificate to .cer (binary) | ||
Revision as of 17:59, 13 October 2023
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