Hi guys,
I'm fairly new to this, I've buuilt my own mail server and its been running for a couple of years now. For some reason the auto renew feature has stopped.
I went int to renew it but it didn't work.
Any help would great to get this going again and have the SSL working.
My domain is: mail.e-rec.com.au
I ran this command: Certbot -v
It produced this output:
root@emailserver:/home/erec# certbot -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
Which names would you like to activate HTTPS for?
We recommend selecting either all domains, or all domains in a VirtualHost/server block.
1: mail.e-rec.com.au
2: www.mail.e-rec.com.au
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
An RSA certificate named mail.e-rec.com.au already exists. Do you want to update
its key type to ECDSA?
(U)pdate key type/(K)eep existing key type: U
Renewing an existing certificate for mail.e-rec.com.au
Performing the following challenges:
http-01 challenge for mail.e-rec.com.au
Waiting for verification...
Challenge failed for domain mail.e-rec.com.au
http-01 challenge for mail.e-rec.com.au
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: mail.e-rec.com.au
Type: connection
Detail: 125.168.197.32: Fetching http://mail.e-rec.com.au/.well-known/acme-challenge/ksJyjpA3GLKPZ9VEtSiwDBeJtFLcOWhQppDuzF6ZON0: Error getting validation data
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
My web server is (include version): nginx
The operating system my web server runs on is (include version): Ubuntu 22.04 LTS
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 3.0.0
Thank you