I am trying to follow the steps in the article below to create a cert for my Azure App Gateway and then setup automatic renewal:
When I run the command “sudo certbot certonly --email <my_email> -d drlshrnon.drlteam.net --agreetos -manual”, I get a completely different response than the author of that article. The command asks me how I would like to authenticate with the ACME CA and gives me the options of standalone or webroot. It does not matter which one I pick, the next step tries to complete the verification against the storage account I have setup. It always fails saying that it could not fetch a particular file from the storage account but it never told me to create the file like when the author ran that command in the article.
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
drlshrnon.drlteam.net
I ran this command:
sudo certbot certonly --email <my_email> -d drlshrnon.drlteam.net --agreetos -manual
It produced this output:
How would you like to authenticate with the ACME CA?
- Spin up a temporary webserver (standalone)
- Place files in webroot directory (webroot)
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for drlshrnon.drlteam.net
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. drlshrnon.drlteam.net (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://drlshrnon.drlteam.net/.well-known/acme-challenge/<random_string>: Timeout during connect (likely firewall problem)
My web server is (include version):
Azure App Gateway
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
Azure
I can login to a root shell on my machine (yes or no, or I don’t know):
No
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):
0.23.0