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: *.icelava.net
I ran this command:
certbot certonly --manual --manual-auth-hook /etc/letsencrypt/acme-dns-auth.py --preferred-challenges dns --debug-challenges -d *.icelava.net
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Cert not yet due for renewal
You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/le.icelava.net.conf)
What would you like to do?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Keep the existing certificate for now
2: Renew & replace the cert (limit ~5 per 7 days)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
My web server is (include version): Nginx 1.14.0-0ubuntu1.6
The operating system my web server runs on is (include version): Ubuntu Server 18.04
My hosting provider, if applicable, is: N/A
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): 0.31.0
I had successfully tested requesting for static certificate via auto inspect of Nginx config files to determine the FQDN (i.e. le.icelava.net).
Now I am testing converting le.icelava.net into a sub-domain with its own delegated DNS server (with ACME-DNS), to try wilcard certificate requests and the ability to dynamically insert TXT records into the sub-domain.
https://github.com/joohoi/acme-dns + https://github.com/joohoi/acme-dns-certbot-joohoi
Howerver on executed the long command chain, even though I never specify the --nginx option, and even declared the domain name to be *.icelava.net, Certbot only seems to want renew the old le.icelava.net cert. I’m confused what must I really do to get Certbot honour the -d parameter that is explicitly there? And to ignore any other domain certs that may exit in the system?