mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
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:
parent
ec290acd1f
commit
6251f898ea
2 changed files with 16 additions and 10 deletions
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"empty": {
|
||||
"Account": null,
|
||||
"Certificates": null
|
||||
},
|
||||
"le": {
|
||||
"Account": {
|
||||
"Email": "acme@admin.com",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue