Fix error in python script extracting certs from the acme.json file if there are sections with null values as certs

Signed-off-by: Brandon Schmitt <Brandon.Schmitt@live.de>
This commit is contained in:
Brandon Schmitt 2020-12-06 20:29:12 +01:00
parent ec290acd1f
commit 6251f898ea
No known key found for this signature in database
GPG key ID: F34558B1EBBD662B
2 changed files with 16 additions and 10 deletions

View file

@ -1,4 +1,8 @@
{
"empty": {
"Account": null,
"Certificates": null
},
"le": {
"Account": {
"Email": "acme@admin.com",