My domain is: sisqual.hfcp.com.br
The server uses Windows Server 2012 R2, IIS is enabled and I have installed certbot 2.6.0 (download here Releases · certbot/certbot · GitHub).
I ran this command:
(In powershell, check the print let01.png)
certbot only
2
c:\inetpub\wwwroot
It produced this output:
PS C:\Windows\System32\WindowsPowerShell\v1.0> certbot certonly
Saving debug log to C:\Certbot\log\letsencrypt.logHow would you like to authenticate with the ACME CA?
1: Runs an HTTP server locally which serves the necessary validation files under
the /.well-known/acme-challenge/ request path. Suitable if there is no HTTP
server already running. HTTP challenge only (wildcards not supported).
(standalone)
2: Saves the necessary validation files to a .well-known/acme-challenge/
directory within the nominated webroot path. A seperate HTTP server must be
running and serving files from the webroot path. HTTP challenge only (wildcards
not supported). (webroot)
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): sisqual.hfcp.com.br
Requesting a certificate for sisqual.hfcp.com.br
Input the webroot for sisqual.hfcp.com.br: (Enter 'c' to cancel): C:\inetpub\wwwrootCertbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: sisqual.hfcp.com.br
Type: connection
Detail: 186.201.45.68: Fetching http://sisqual.hfcp.com.br/.well-known/acme-challenge/IW20uq-9vthxxgj4Up9WcEc4TDXSO-S2
r_x3Ian9oec: Connection refusedHint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the lis
ted domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from
the internet.←[31mSome challenges have failed.←[0m
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile C:\Certbot\log\letsencrypt.lo
g or re-run Certbot with -v for more details.
PS C:\Windows\System32\WindowsPowerShell\v1.0>
PS C:\Windows\System32\WindowsPowerShell\v1.0>
PS C:\Windows\System32\WindowsPowerShell\v1.0> certbot --version
certbot 2.6.0
PS C:\Windows\System32\WindowsPowerShell\v1.0>
My web server is (include version): IIS 8
The operating system my web server runs on is (include version): Windows Server 2012 R2
My hosting provider, if applicable, is: company internal server
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.6.0
I searched for guidance, but I only find certbot + linux.
Would it be possible to guide me, how do I get the certificate to use in IIS 8 with Server 2012 R2?