Commit 81a11119 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

[frontend] SSL Backend Authority's Certificate is a textarea

parent d63a5a66
......@@ -97,6 +97,7 @@
"title": "SSL Backend Authority's Certificate",
"description": "Content of the SSL Certificate Authority file of the backend (to be used with ssl-proxy-verify)",
"type": "string",
"textarea": true,
"default": ""
},
"monitor-ipv6-test": {
......
......@@ -163,6 +163,7 @@
"ssl_proxy_ca_crt": {
"default": "",
"description": "Content of the SSL Certificate Authority file of the backend (to be used with ssl-proxy-verify)",
"textarea": true,
"title": "SSL Backend Authority's Certificate",
"type": "string"
},
......
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