Whitespaces in empty line 113 removed

This commit is contained in:
sirferl 2020-02-14 07:50:18 +01:00 committed by GitHub
parent 2b849a6520
commit 8e3cc93d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def process_options(options):
}
data["subject_alt_names"] = ",".join(get_additional_names(options))
if options.get("validity_end"):
# VeriSign (Symantec) only accepts strictly smaller than 2 year end date
if options.get("validity_end") < arrow.utcnow().shift(years=2, days=-1):