Commit 8028fbe6 authored by Jérome Perrin's avatar Jérome Perrin

apache frontend: document ssl parameters

Some people might be confused and think it is paths
parent 0bc689fc
......@@ -48,14 +48,14 @@
"ssl_crt": {
"title": "SSL Certificate",
"description": "SSL Certificate",
"description": "Content of the SSL Certificate file",
"type": "string",
"textarea": true,
"default": ""
},
"ssl_key": {
"title": "SSL Key",
"description": "SSL Key",
"description": "Content of the SSL Key file",
"type": "string",
"textarea": true,
"default": ""
......@@ -63,7 +63,7 @@
"ssl_ca_crt": {
"title": "SSL Certificate Authority's Certificate",
"description": "SSL Key",
"description": "Content of the CA certificate file",
"type": "string",
"textarea": true,
"default": ""
......@@ -86,7 +86,7 @@
"ssl_proxy_ca_crt": {
"title": "SSL Backend Authority's Certificate",
"description": "SSL Certificate Authority of the backen (to be used with ssl-proxy-verify)",
"description": "Content of the SSL Certificate Authority file of the backend (to be used with ssl-proxy-verify)",
"type": "string",
"default": ""
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment