mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Factorisons...
This commit is contained in:
parent
6736f25079
commit
59018e4e8b
1 changed files with 1 additions and 7 deletions
|
@ -642,13 +642,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",
|
||||
|
|
Loading…
Add table
Reference in a new issue