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. crt.sh | 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: osprey2.dev.aws.auscert.org.au
I ran this command:
sudo certbot --apache
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Error while running apache2ctl configtest.
Action 'configtest' failed.
The Apache error log may have more information.
[Wed Apr 03 20:58:06.214181 2024] [so:warn] [pid 13262:tid 140421046447168] AH01574: module wsgi_module is already loaded, skipping
AH00526: Syntax error on line 34 of /etc/apache2/sites-enabled/osprey.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/osprey2.dev.aws.auscert.org.au/fullchain.pem' does not exist or is empty
The apache plugin is not working; there may be problems with your existing configuration.
The error was: MisconfigurationError("Error while running apache2ctl configtest.\nAction 'configtest' failed.\nThe Apache error log may have more information.\n\n[Wed Apr 03 20:58:06.214181 2024] [so:warn] [pid 13262:tid 140421046447168] AH01574: module wsgi_module is already loaded, skipping\nAH00526: Syntax error on line 34 of /etc/apache2/sites-enabled/osprey.conf:\nSSLCertificateFile: file '/etc/letsencrypt/live/osprey2.dev.aws.auscert.org.au/fullchain.pem' does not exist or is empty\n")
My web server is (include version):
Apache
The operating system my web server runs on is (include version):
Ubuntu 20.04
My hosting provider, if applicable, is:
AWS
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 0.40.0
Commnets:
I found that there is no /etc/letsencrypt/live/ folder.