Install or renew an SSL certificate on Windows/IIS (Certbot): Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 14: Line 14:
* Make sure you have openssl installed. On Windows it comes with Git.
* Make sure you have openssl installed. On Windows it comes with Git.
* Use openssl to convert it to *.pfx (including the quotes; replace the below path with the actual one you found above)
* Use openssl to convert it to *.pfx (including the quotes; replace the below path with the actual one you found above)
** “C:\Program Files\Git\usr\bin\openssl” pkcs12 -export -out *.pfx -inkey *.key -in *.crt
** “C:\Program Files\Git\usr\bin\openssl.exe” pkcs12 -export -out *.pfx -inkey *.key -in *.crt
* Start the World Wide Web Publishing Service
* Start the World Wide Web Publishing Service
* Open IIS manager
* Open IIS manager