Hello
My domain is: www.dropintest.com
I ran this command: certbot certonly --webroot -d www.dropintest.com
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Renewing an existing certificate for www.dropintest.com
Input the webroot for www.dropintest.com: (Enter 'c' to cancel): /etc/letsencrypt/live/www.dropintest.com
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: www.dropintest.com
Type: unauthorized
Detail: Invalid response from http://www.dropintest.com/.well-known/acme-challenge/eLQ4J23R8KQHrtrCfmL9zMOoPkl1tMrcwGF-HM6wv28 [141.8.225.75]: "\n\n404 Not Found\n\n
Not Found
\n<p"Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): nginx version: nginx/1.10.3 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 16
My hosting provider, if applicable, is:
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): certbot 1.24.0
ADDITIONAL INFO: I'm not sure if this is important but I had a certbot provided certificate a few years ago. I let it lapse and when I tried renewing it again, y'all had changed how everything worked.
I recall I wound up with a file named bundle.pfx and had to specify it in my Tomcat server.conf files like this:
<Connector
protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="/opt/tomcat/bundle.pfx" keystorePass="cheapphone"
clientAuth="false" sslProtocol="TLS" keystoreType="PKCS12" keyAlias="1"/>