[FIX] New CN for LE.

This commit is contained in:
frju365 2020-12-03 11:59:33 +01:00 committed by Kay0u
parent c640c045d9
commit 6736f25079

View file

@ -647,6 +647,12 @@ def _get_status(domain):
"code": "lets-encrypt",
"verbose": "Let's Encrypt",
}
elif cert_issuer == "R3":
CA_type = {
"code": "lets-encrypt",
"verbose": "Let's Encrypt",
}
elif cert_issuer.startswith("Fake LE"):
CA_type = {