Merge pull request #1092 from frju365/patch-2

[FIX] New CN for LE.
This commit is contained in:
Kayou 2020-12-03 14:33:06 +01:00 committed by GitHub
commit 2e4074bd91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -646,7 +646,7 @@ def _get_status(domain):
"verbose": "Self-signed",
}
elif cert_issuer.startswith("Let's Encrypt"):
elif cert_issuer.startswith("Let's Encrypt") or cert_issuer == "R3":
CA_type = {
"code": "lets-encrypt",
"verbose": "Let's Encrypt",