Ticket #871 (closed defect: fixed)
Expiration date of certificates should be
| Reported by: | javier.amor.garcia@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | 1.2 (stable release) | Component: | ca |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by ejhernandez@…) (diff)
If you create a certification authority and afterwards you try to create a certificate with the same duration in days, you get an error. You must remove one day from the life time to avoid this.
This is caused because we ask the user for days but we store the duration in seconds so any certificate created with the same duration in days will surpass the life time of the CA.
This behaviour isn't intuitive so I suggest that when creating certificates if their expiration date surpass those of the CA in less of 24 hours, their life time must be automatically set to the same (or a few seconds less) than those of the CA.
Attachments
Change History
comment:3 Changed 4 years ago by juruen@…
- Status changed from new to closed
- Resolution set to invalid
Moved to wishlist wiki page
comment:4 Changed 4 years ago by ejhernandez@…
- Status changed from closed to reopened
- Resolution invalid deleted
comment:5 Changed 4 years ago by ejhernandez@…
- Status changed from reopened to new
- Milestone set to 1.2 (stable release)