Trying to renew my *.in-design.com domain.
My domain is: *.in-design.com
I ran this command: cerbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/in-design.com.conf
Cert is due for renewal, auto-renewing…
Could not choose appropriate plugin: The manual plugin is not working; there may be problems with your existing configuration.
The error was: PluginError(‘An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.’,)
Attempting to renew cert (in-design.com) from /etc/letsencrypt/renewal/in-design.com.conf produced an unexpected error: The manual plugin is not working; there may be problems with your existing configuration.
The error was: PluginError(‘An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.’,). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/in-design.com/fullchain.pem (failure)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/in-design.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
My web server is (include version): Apache/2.4.6
The operating system my web server runs on is (include version): CentOS 7.7.1908
My hosting provider, if applicable, is: Google Cloud VM
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 --version
certbot 1.0.0
Any help would be greatly appreciated. It appears that many other posts specific to this issue; however, being so new I am unable to get any of the suggestions to produce positive results.
I believe I have to use DNS only authentication or verification and have tried using
certbot renew --preferred-challenges dns
without any luck.
Thanks,
Tamer