now fixing the month to minute bug

This commit is contained in:
Hossein Shafagh 2020-10-23 10:18:24 -07:00
parent bc6fb02fc2
commit 1495fb3595
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ def map_cis_fields(options, csr):
"csr": csr,
"signature_hash": signature_hash(options.get("signing_algorithm")),
"validity": {
"valid_to": validity_end.format("YYYY-MM-DDTHH:MM:ss") + "Z"
"valid_to": validity_end.format("YYYY-MM-DDTHH:mm:ss") + "Z"
},
"organization": {
"name": options["organization"],