mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Rename "Custom HTTPS certificate" to "Custom SSL certificate" and update related descriptions in plugin.json
This commit is contained in:
parent
11c6f2635d
commit
3514d5c3f8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"id": "customcert",
|
||||
"name": "Custom HTTPS certificate",
|
||||
"description": "Choose custom certificate for HTTPS.",
|
||||
"name": "Custom SSL certificate",
|
||||
"description": "Choose custom certificate for SSL.",
|
||||
"version": "1.0",
|
||||
"stream": "yes",
|
||||
"settings": {
|
||||
"USE_CUSTOM_SSL": {
|
||||
"context": "multisite",
|
||||
"default": "no",
|
||||
"help": "Use custom HTTPS certificate.",
|
||||
"help": "Use custom SSL certificate.",
|
||||
"id": "use-custom-ssl",
|
||||
"label": "Use custom certificate",
|
||||
"regex": "^(yes|no)$",
|
||||
|
|
|
|||
Loading…
Reference in a new issue