Converting SSL Keys from Plesk to IIS
From KoshWiki
Command
openssl pkcs12 -export -in certauth.key -inkey website.key -out certout.p12
Converting the "RSA"/"PEM" Key to PKF (for IIS) is easy once you know the command.
- certauth.key is the Signing Authority Certificate (Certificate Authority)
- website.key is the RSA Private key for the site
- certout.pl2 is the pkf file output
Additional
You will need to import to the server the Certificate Authority client keys as well (the above certauth.key can be copy/pasted out of certificates in Plesk)
