Modify ↓
Ticket #3177 (closed enhancement: fixed)
Default Expiry when Issuing Certificate
| Reported by: | development@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | 2.0.X | Component: | ca |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
It would be useful to have the default value of the expiry of an new certificate to be the same as the CA certificate, this would allow for synchronised renewals to be done at the same time without having to manually calculate how many days till the CA certificate expires ourselves.
One way to do this is instead of throwing an error if the certificate you wish to issue has an expiry beyond that of the CA, you could clamp the expiry to the new certificate to that of the CA.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
That was already implemented in zentyal-ca 2.1.3 :) Thanks for the suggestion anyway.