[fix] Factorisons...

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

View file

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