sirferl 571c8bf42d
Error when validity_end date is empty #2905
this lines of code (114ff) in threw an error, when the validity_end date was empty:

if options.get("validity_end") > arrow.utcnow().shift(years=2):
raise Exception(
"Verisign issued certificates cannot exceed two years in validity"
)

Actually, they are not needed, because immidiately following is a check for an empty validity_end and for the length of the entered period.
When I commented it out for testing, the error was gone and everything worked as expected.
2020-02-13 07:38:04 +01:00
..
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00
2020-01-27 11:04:49 +01:00
2019-05-16 07:57:02 -07:00
2020-01-09 15:16:19 +02:00
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00
2019-12-27 13:25:03 -05:00
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00
2020-01-13 23:09:58 +02:00
2015-07-21 13:06:13 -07:00
2019-05-16 07:57:02 -07:00
2019-05-16 07:57:02 -07:00