When attempting instantiate-certificate-batch -c conf.ini after using create-certificate-template -c conf.ini to create a template, I get the following error:
Traceback (most recent call last):
File "/usr/local/bin/instantiate-certificate-batch", line 33, in <module>
sys.exit(load_entry_point('cert-tools==3.0.0a2', 'console_scripts', 'instantiate-certificate-batch')())
File "/usr/local/lib/python3.9/site-packages/cert_tools-3.0.0a2-py3.9.egg/cert_tools/instantiate_v2_certificate_batch.py", line 150, in main
instantiate_batch(conf)
File "/usr/local/lib/python3.9/site-packages/cert_tools-3.0.0a2-py3.9.egg/cert_tools/instantiate_v2_certificate_batch.py", line 114, in instantiate_batch
certs = create_unsigned_certificates_from_roster(template, recipients, use_identities, config.additional_per_recipient_fields, config.hash_emails)
File "/usr/local/lib/python3.9/site-packages/cert_tools-3.0.0a2-py3.9.egg/cert_tools/instantiate_v2_certificate_batch.py", line 73, in create_unsigned_certificates_from_roster
issued_on = helpers.create_iso8601_tz()
File "/usr/local/lib/python3.9/site-packages/cert_tools-3.0.0a2-py3.9.egg/cert_tools/helpers.py", line 61, in create_iso8601_tz
return ret.isoformat()
AttributeError: 'str' object has no attribute 'isoformat'
@LSmith sorry I just received the notification for your question. Glad you could figure it out. There is indeed a PR that’s been waiting to be merged, but there is an issue with it.