It produced this output:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/certbot/_internal/renewal.py", line 71, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/lib/python2.7/site-packages/certbot/_internal/storage.py", line 451, in init
"file reference".format(self.configfile))
CertStorageError: renewal config file {} is missing a required file reference
Renewal configuration file /etc/letsencrypt/renewal/your_domain.conf is broken. Skipping.
My web server is (include version): Apache
The operating system my web server runs on is (include version): centos7
My hosting provider, if applicable, is:Linod
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. I use command to install certbot
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):I don't know. I just use this command “yum install -y certbot” to install
I have another question:
I write this command "30 2 * * * certbot renew --noninteractive" after crontab -e,
because I want to renew it auto.
so is that all I should do ?
other people say it will write "renew_hook = systemctl reload rabbitmq" in the file
/etc/letsencrypt/renewal/your_domain.conf
is that necessary?
Thank you for your reply
after I use the command sudo certbot renew --dry-run
it also show this:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/certbot/_internal/renewal.py", line 71, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/lib/python2.7/site-packages/certbot/_internal/storage.py", line 451, in init
"file reference".format(self.configfile))
CertStorageError: renewal config file {} is missing a required file reference
Renewal configuration file /etc/letsencrypt/renewal/your_domain.conf is broken. Skipping.
then I write the command certbot certificates,it show this :
Renewal configuration file /etc/letsencrypt/renewal/your_domain.conf produced an unexpected error: renewal config file {} is missing a required file reference. Skipping.