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
|
@ -648,6 +648,12 @@ def _get_status(domain):
|
||||||
"verbose": "Let's Encrypt",
|
"verbose": "Let's Encrypt",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
elif cert_issuer == "R3":
|
||||||
|
CA_type = {
|
||||||
|
"code": "lets-encrypt",
|
||||||
|
"verbose": "Let's Encrypt",
|
||||||
|
}
|
||||||
|
|
||||||
elif cert_issuer.startswith("Fake LE"):
|
elif cert_issuer.startswith("Fake LE"):
|
||||||
CA_type = {
|
CA_type = {
|
||||||
"code": "fake-lets-encrypt",
|
"code": "fake-lets-encrypt",
|
||||||
|
|
Loading…
Add table
Reference in a new issue