I’m looking for a way to renew an expired dns wildcard certificate in Nethsecurity.
How can I do this?
Thanks for your help
I’m looking for a way to renew an expired dns wildcard certificate in Nethsecurity.
How can I do this?
Thanks for your help
The renewal should be automatic.
By the way you can force it by recreating the certificate.
Go to Certificates page, delete expired DNS certificate, then add it again with same domains and DNS provider credentials. This issues a fresh cert immediately, no waiting for the 30-day auto-renew window.
If you prefer CLI, force renew directly with the same config already in place (not tested):
/usr/lib/acme/client/acme.sh --renew --force --home /etc/acme -d yourdomain.com --ecc
(drop --ecc if cert uses RSA). After that, restart nginx or whatever service uses the cert so it picks up new files.
Thanks for the adivise. I’m now waiting for the creation of a new certificate.
Can you tell for how long this will be “pending”?
Nope, it depends on the acme script.
You can try debugging it: Certificates and reverse proxy | NethSecurity documentation