My domain is: https://www.iconcierge.net.au/
I ran this command:
certbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/apps.itourism.com.au.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 (apps.itourism.com.au) from /etc/letsencrypt/renewal/apps.itourism.com.au.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.
Processing /etc/letsencrypt/renewal/blank_iconcierge.net.au.conf
Cert not yet due for renewal
Processing /etc/letsencrypt/renewal/cairnstoursandtravel.com.conf
Cert not yet due for renewal
Processing /etc/letsencrypt/renewal/cairnstoursandtravel.conf
Cert not yet due for renewal
Processing /etc/letsencrypt/renewal/iconcierge.net.au-0001.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 (iconcierge.net.au-0001) from /etc/letsencrypt/renewal/iconcierge.net.au-0001.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.
Processing /etc/letsencrypt/renewal/iconcierge.net.au-0002.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 (iconcierge.net.au-0002) from /etc/letsencrypt/renewal/iconcierge.net.au-0002.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.
Processing /etc/letsencrypt/renewal/iconcierge.net.au.conf
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 67, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 463, in init
self._check_symlinks()
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 522, in _check_symlinks
"expected {0} to be a symlink".format(link))
certbot.errors.CertStorageError: expected /etc/letsencrypt/live/iconcierge.net.au/cert.pem to be a symlink
Renewal configuration file /etc/letsencrypt/renewal/iconcierge.net.au.conf is broken. Skipping.
Processing /etc/letsencrypt/renewal/visitorcentre.com.au.conf
Cert not yet due for renewal
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/apps.itourism.com.au/fullchain.pem (failure)
/etc/letsencrypt/live/iconcierge.net.au-0001/fullchain.pem (failure)
/etc/letsencrypt/live/iconcierge.net.au-0002/fullchain.pem (failure)
The following certs are not due for renewal yet:
/etc/letsencrypt/live/blank_iconcierge.net.au/fullchain.pem expires on 2020-03-05 (skipped)
/etc/letsencrypt/live/cairnstoursandtravel.com/fullchain.pem expires on 2020-04-11 (skipped)
/etc/letsencrypt/live/cairnstoursandtravel/fullchain.pem expires on 2020-03-04 (skipped)
/etc/letsencrypt/live/visitorcentre.com.au/fullchain.pem expires on 2020-03-09 (skipped)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/apps.itourism.com.au/fullchain.pem (failure)
/etc/letsencrypt/live/iconcierge.net.au-0001/fullchain.pem (failure)
/etc/letsencrypt/live/iconcierge.net.au-0002/fullchain.pem (failure)Additionally, the following renewal configurations were invalid:
/etc/letsencrypt/renewal/iconcierge.net.au.conf (parsefail)
3 renew failure(s), 1 parse failure(s)
My web server is (include version): Linux
The operating system my web server runs on is (include version): Ubuntu, 4.4.0-165.generic
My hosting provider, if applicable, is: Vultr(?)
I can login to a root shell on my machine (yes or no, or I don't know): No, but I have an admin that can sudo
I'm using a control panel to manage my site: putty, 0.70
The version of my client is: certbot 0.31.0
I am thinking of just add the URL to a working certificate, but they may just cause even worse issues, so I might hear some people out here first! Any input appreciated.
-LuB