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: myappatory.net
I ran this command:
certbot renew --dry-run --preferred-challenges http-01,dns-01
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/myappatory.net.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for myappatory.net
Cleaning up challenges
Attempting to renew cert (myappatory.net) from /etc/letsencrypt/renewal/myappatory.net.conf produced an unexpected error: Unable to find a virtual host listening on port 80 which is currently needed for Certbot to prove to the CA that you control your domain. Please add a virtual host for port 80⌠Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/myappatory.net/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/myappatory.net/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 0 parse failure(s)
My web server is (include version):
Apache/2.4.25 (Amazon)
The operating system my web server runs on is (include version):
amazon-linux-ami/2017.03
My hosting provider, if applicable, is:
Amazon
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
How do I add the virtual host listening on port 80 that seems to be required now for http-01 challenges
Thanks.