convert

All posts tagged convert

You will need min. 2 certs.. your certificate key and crt… optional you can also add your cacert.

openssl pkcs12 -export -out certificate.win.pfx -inkey certificate.key -in certificate.crt -certfile cacert.pem (or .crt)

This will ask you to add a passphrase on this..I suggest you do as this holds everything including your private key.

Upload this pfx file to your windows machine..then open mmc add/remove snap-ins.. select certificates either computer local machine or service account and choose what service your needing.