Skip to content

Conversation

@XpycTee
Copy link
Contributor

@XpycTee XpycTee commented Apr 15, 2021

Hello. I noticed that when there is a CSR in the list of certificates, the script throws an exception:

Traceback (most recent call last):
File "./deploy_freenas.py", line 192, in
issued_date = datetime.strptime(cert_data['from'], "%c")
TypeError: strptime() argument 1 must be str, not None

I added a check on whether the certificate being checked is a CSR and if so then don't add it to the expired list

P.S. I hope I didn't break anything too much and my PR will be useful, this is my first PR

Added checking the certificate before deleting expired ones to see if it is a CSR.
@danb35 danb35 merged commit 39bd79b into danb35:master Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants