mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
commit
2e4074bd91
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ def _get_status(domain):
|
|||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue