<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.49.71.103</id>
	<title>Apoyar Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.49.71.103"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Special:Contributions/86.49.71.103"/>
	<updated>2026-07-21T14:28:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Install_or_renew_an_SSL_certificate_on_Windows/IIS_(Certbot)&amp;diff=116</id>
		<title>Install or renew an SSL certificate on Windows/IIS (Certbot)</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Install_or_renew_an_SSL_certificate_on_Windows/IIS_(Certbot)&amp;diff=116"/>
		<updated>2020-11-04T10:38:28Z</updated>

		<summary type="html">&lt;p&gt;86.49.71.103: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Download https://dl.eff.org/certbot-beta-installer-win32.exe&lt;br /&gt;
* Install the file&lt;br /&gt;
* Make sure IIS has all required sites (the ones requiring SSL) set up and with proper ssl host headers (using appcmd)&lt;br /&gt;
* Make note of all required urls and place them into a text file, separated by spaces&lt;br /&gt;
* Stop the World Wide Web Publishing Service&lt;br /&gt;
* Open Command prompt as admin&lt;br /&gt;
* cd C:\Program Files (x86)\Certbot\bin&lt;br /&gt;
* Run certbot certonly –standalone&lt;br /&gt;
* If you are renewing and not adding new urls (or creating the whole certificate anew) run certbot renew&lt;br /&gt;
* Follow the guidelines/prompts&lt;br /&gt;
* When asked to enter the domain names, copy and paste the text file content from above&lt;br /&gt;
* Find the saved cert and private key (usually in C:\Certbot\archive)&lt;br /&gt;
* cd to the above folder&lt;br /&gt;
* Make sure you have openssl installed. On Windows it comes with Git.&lt;br /&gt;
* Use openssl to convert it to *.pfx (including the quotes; replace the below path with the actual one you found above)&lt;br /&gt;
** “C:\Program Files\Git\usr\bin\openssl” pkcs12 -export -out *.pfx -inkey *.key -in *.crt&lt;br /&gt;
* Start the World Wide Web Publishing Service&lt;br /&gt;
* Open IIS manager&lt;br /&gt;
* Find Server Certificates&lt;br /&gt;
* Import the pfx&lt;br /&gt;
* Go to Default web site/Bindings&lt;br /&gt;
* Find the https(443) binding and edit&lt;br /&gt;
* Change the certificate to the one you’ve imported&lt;/div&gt;</summary>
		<author><name>86.49.71.103</name></author>
	</entry>
</feed>