You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vault by default will have 90 days asa validity for the certificates signed using PKI. Vault will also prevent the issuer from signing certificates that would outlive the CA cert of the issuer, therefore the issuer won't provide any certificates when it is 90 days or less to its expiry as the charm currently doesn't renew the issuer before that period.
To Reproduce
Deploy Vault
Deploy self signed certs
configure self signed certs to use short validity times
Integrate both charm
Deploy a requirer
Integrate the requirer with Vault
Observer the issue when the CA has not yet expired but entered the period described above (by default this should happen right away as the charm relies on the default ttl of issued certificates)
Environment
Not relevant
Relevant log output
cannot satisfy request, as TTL would result in notAfter <date and time> that is beyond the expiration of the CA certificate at <date and time>
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
Vault by default will have 90 days asa validity for the certificates signed using PKI. Vault will also prevent the issuer from signing certificates that would outlive the CA cert of the issuer, therefore the issuer won't provide any certificates when it is 90 days or less to its expiry as the charm currently doesn't renew the issuer before that period.
To Reproduce
Environment
Not relevant
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: