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
c640c045d9
commit
6736f25079
1 changed files with 6 additions and 0 deletions
|
@ -647,6 +647,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