User Tools

Site Tools


nps:pki:export

Split PFX files

To split a PFX file into private key and certificate:

Get PrivateKey:
openssl.exe pkcs12 -in cert.pfx -nocerts -out key.pem -nodes
Get Certificate:
openssl.exe pkcs12 -in cert.pfx -nokeys -out cert.pem
openssl rsa -in key.pem -out server.key
nps/pki/export.txt ยท Last modified: 2019/03/04 10:55 by admin