Files
vault/changelog/20981.txt
Steven Clark ddaf5038f2 Limit ACME issued certificates to a max of 90 days (#20981)
* Limit ACME issued certificates to a max of 90 days

 - If the normal NotAfter date that is calculated from the mount/issuer/role TTL values is greater than 90 days, override the TTL value to a 90-day value.

* Add changelog
2023-06-06 09:51:23 -04:00

4 lines
114 B
Plaintext

```release-note:improvement
secrets/pki: Limit ACME issued certificates NotAfter TTL to a maximum of 90 days
```