-
-
Notifications
You must be signed in to change notification settings - Fork 843
Closed
Labels
Milestone
Description
I have a custom ACME service which issues certificates valid for 14 days.
With the default settings "Show details for the renewal" tells me:
Expires: 2023.5.1
Renewal due: 2023.5.8
...
Order 1/1: main
- Renewed: 1 times
- Last thumbprint: 27E911B48E979ABE6E896F46FF2A9F0687BDD404
- Last date: 2023.4.17
- Next due: 2023.5.8
The renewal due date looks a little late.
If I change "RenewalMinimumValidDays" to 7, which according the documentation should be the same as the default null, it looks a lot better:
Expires: 2023.5.1
Renewal due: 2023.4.24
...
Order 1/1: main
- Renewed: 1 times
- Last thumbprint: 27E911B48E979ABE6E896F46FF2A9F0687BDD404
- Last date: 2023.4.17
- Next due: 2023.4.24
Tested with the latest v2.2.4.1500