according to this, the ACME client now has the ability to request certain profiles: https://letsencrypt.org/docs/profiles/
i tried the short lived profile by setting letsencrpyt.ini with profiles = shortlived
but i noticed the certs after renewal, it keeps getting renewed until we've been rate limited, it seems the check was to renew certs that are less than 30 days
it would be nice to have some checks that renew the certs when let's say, it is less than 1/3 of it's lifetime, or let certbot decide when to renew instead of force renewing the certs.
according to this, the ACME client now has the ability to request certain profiles: https://letsencrypt.org/docs/profiles/
i tried the short lived profile by setting letsencrpyt.ini with
profiles = shortlivedbut i noticed the certs after renewal, it keeps getting renewed until we've been rate limited, it seems the check was to renew certs that are less than 30 days
it would be nice to have some checks that renew the certs when let's say, it is less than 1/3 of it's lifetime, or let certbot decide when to renew instead of force renewing the certs.