Howdy,
First, thanks for making this really convenient software! As a first time webserver admin, it was really great to find a tool that handled cert creation, application, and HTTPS redirection all in one.
I’m working on obtaining a wildcard cert for my new website using certbot. Unfortunately, I keep running into an error pertaining zone identifiers when trying to run the commands provided in the documentation. I believe I’ve set everything else up correctly and it seems not too many other people are running into this issue online. I’ve stored the API key from my hosting provider in a file and permissions on it such that only root has access to it, as recommended in the documentation.
My domain is: tobinsoft.net
I ran this command: sudo certbot -a dns-linode -i apache -d “*.tobinsoft.net” -d tobinsoft.net --server https://acme-v02.api.letsencrypt.org/directory
It produced this output: sudo certbot -a dns-linode -i apache -d “*.tobinsoft.net” -d tobinsoft.net --server https://acme-v02.api.letsencrypt.org/directory --dns-linode-propagation-seconds 1000
[sudo] password for :
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator dns-linode, Installer apache
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
dns-01 challenge for tobinsoft.net
dns-01 challenge for tobinsoft.net
Input the path to your Linode credentials INI file (Enter ‘c’ to cancel): /path/to/key.ini
Starting new HTTPS connection (1): api.linode.com
Starting new HTTPS connection (1): api.linode.com
Cleaning up challenges
Starting new HTTPS connection (1): api.linode.com
Starting new HTTPS connection (1): api.linode.com
Starting new HTTPS connection (1): api.linode.com
Starting new HTTPS connection (1): api.linode.com
Unable to determine zone identifier for tobinsoft.net using zone names: [u’tobinsoft.net’, u’net’]
My web server is (include version): Apache 2.4.6 (CentOS)
The operating system my web server runs on is (include version): CentOS 7
My hosting provider, if applicable, is: Linode
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.30.2
Sorry if I’m missing something silly, and thank you very much for your time.