Commit 58ed1121 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Matevz Golob

fix "caddy-frontend: Update documentation according to current state"

ssl_ca_crt is still supported and needed in the UI, so put it back with
DEPRECATED information.
parent f61a86e0
......@@ -168,6 +168,13 @@
"textarea": true,
"title": "[DEPRECATED] SSL Key",
"type": "string"
},
"ssl_ca_crt": {
"default": "",
"description": "Content of the CA certificate file. Deprecated, please use key-upload-url.",
"textarea": true,
"title": "[DEPRECATED] SSL Certificate Authority's Certificate",
"type": "string"
},
"ssl_proxy_ca_crt": {
"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