Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
windows:install-rapidssl-iis7 [2011-03-14 17:56:31]
garrett.plasky Approved
windows:install-rapidssl-iis7 [2011-07-07 18:51:15]
garrett.plasky Approved
Line 17: Line 17:
 Once you have all the pre-requisites, converting to PKCS#12 format is quite simple. Run the following command to convert: Once you have all the pre-requisites, converting to PKCS#12 format is quite simple. Run the following command to convert:
  
-<code console>openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt -certfile CA.crt</code>+<sxh shell>openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt -certfile CA.crt</sxh>
  
 You will be asked for a password to encrypt the .pfx file, which is not necessary unless desired. You will need to make note of this if you do use one as it will be needed in the import process. You will be asked for a password to encrypt the .pfx file, which is not necessary unless desired. You will need to make note of this if you do use one as it will be needed in the import process.