mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[FIX] New CN for LE.
This commit is contained in:
parent
31cd163260
commit
22c1cd8e88
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue