caddyserver / certmagic

Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
https://pkg.go.dev/github.com/caddyserver/certmagic?tab=doc
Apache License 2.0
4.89k stars 278 forks source link

Support customizable certificate validity period #263

Closed clauverjat closed 2 months ago

clauverjat commented 6 months ago

Note : The feature was more about Caddy than certmagic so I moved it there https://github.com/caddyserver/caddy/issues/5985 That being said the implementation of such feature in caddy will require change in certmagic

mholt commented 4 months ago

I'm working on this FYI

mholt commented 2 months ago

This is done btw (thanks to your help):

https://github.com/caddyserver/certmagic/blob/fa7161a1a82c12d789171a938c5125af195365cc/acmeissuer.go#L72-L77