Open izmeez opened 1 month ago
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade
If it's still not working, please provide the log with --debug 2
, otherwise, nobody can help you.
This is essentially a cosmetic issue, it does not limit how the script works.
After a certificate is created it can be deployed to cpanel with command line:
acme.sh --deploy --deploy-hook cpanel_uapi -d example.com
Subsequently, when certificates are renewed the deploy hook works and cpanel is updated to use the renewed certificates.
A certificate can be created by either:
-d
option for each domain.--signcsr --csr
option.When the second method is used, each time cron renews and deploys a certificate it outputs:
Followed by several lines of warnings:
This does not happen when the first method above is used because the acme.sh script finds the key file in the
~/.acme.sh/
directories, whereas with the second method the key file is added to cpanel when the CSR is created and it is not necessary for deployment of the certificate when it is renewed.Seen on v3.1.0 and previous versions.