Renew a Certificate
Certificates issued by the Keyfactor ACME server are automatically renewed according to the standard ACME protocol. Once a certificate is generated, it is recorded in the Keyfactor ACME SQL database and Keyfactor Command to allow for tracking important details like renewal timelines and requirements. By default, the Keyfactor ACME server handles the renewal process automatically, ensuring that certificates are renewed before they expire.
However, you also have the option to manually renew certificates if preferred. Additionally, you can set up an automated job to periodically check for certificates nearing expiration and trigger renewals automatically. For users utilizing Certbot, you can issue the standard Certbot renewal commands to perform the renewal process for any ACME-issued certificates, ensuring they are kept up to date without manual intervention.
For example, to run a manual renewal for all certificates:
REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt certbot renew


Was this page helpful? Provide Feedback