My domain is: masonlane.dev
I ran this command: sudo certbot renew --dry-run
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/masonlane.dev.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Simulating renewal of an existing certificate for *.masonlane.dev and masonlane.dev
Encountered exception during recovery: certbot.errors.PluginError: Unable to determine base domain for masonlane.dev using names: ['masonlane.dev', 'dev'].
Failed to renew certificate masonlane.dev with error: Unable to determine base domain for masonlane.dev using names: ['masonlane.dev', 'dev'].
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/masonlane.dev/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)
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/1.22.0 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 22.10
My hosting provider, if applicable, is: DigitalOcean
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): 1.29.0
I am specifically trying to get wildcard DNS to work. Currently, everything seems to be working fine - all subdomains return what I expect them to. It's just the renewal dry run that's erroring. I have my Google Domains DNS setup with "masonlane.dev", "www.masonlane.dev", and "*.masonlane.dev" all pointing to my DigitalOcean IP.