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
windows:install-rapidssl-iis7 [2011-03-14 17:56:31]
garrett.plasky Approved
windows:install-rapidssl-iis7 [2012-03-15 18:01:47]
garrett.plasky fixed ca bundle URL
Line 8: Line 8:
   * Your generated certificate (certificate.crt)   * Your generated certificate (certificate.crt)
   * Private key (private.key) from the signing request   * Private key (private.key) from the signing request
-  * The RapidSSL CA bundle from [[http://www.geotrust.com/resources/root_certificates/certificates/Equifax_Secure_Certificate_Authority.cer|here]] (CA.crt)+  * The RapidSSL CA bundle from [[https://knowledge.rapidssl.com/library/VERISIGN/ALL_OTHER/RapidSSL%20Intermediate/RapidSSL_CA_bundle.pem|here]] (CA.crt)
  
 There are OpenSSL libraries and tools available for Windows but for the purpose of this demonstration we will use a Linux server since the necessary tools are typically part of a default install. There are OpenSSL libraries and tools available for Windows but for the purpose of this demonstration we will use a Linux server since the necessary tools are typically part of a default install.
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.