1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

[fix] Factorisons...

This commit is contained in:
frju365 2020-12-03 12:09:20 +01:00 committed by Kay0u
parent 6736f25079
commit 59018e4e8b

View file

@ -642,13 +642,7 @@ def _get_status(domain):
"verbose": "Self-signed", "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",
}
elif cert_issuer == "R3":
CA_type = { CA_type = {
"code": "lets-encrypt", "code": "lets-encrypt",
"verbose": "Let's Encrypt", "verbose": "Let's Encrypt",