Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
windows:install-rapidssl-iis7 [2010-08-11 21:58:17]
garrett.plasky
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.
  
-Once created, take the certificate.pfx file and upload it to the IIS7 server. Select the root server on the tree list and click **Server Certificates**.+Once created, take the certificate.pfx file and upload it to the IIS7 server. Open the IIS Management Console, select the root server on the tree listand under the //IIS// section click **Server Certificates**.
  
 {{ :windows:iis7_ssl.png?200&direct |IIS7 Server Root}} {{ :windows:iis7_ssl.png?200&direct |IIS7 Server Root}}