[FIX] New CN for LE.

This commit is contained in:
frju365 2020-12-03 11:59:33 +01:00 committed by GitHub
parent 31cd163260
commit 22c1cd8e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -651,6 +651,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 = {