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.
Showing
... | @@ -168,6 +168,13 @@ | ... | @@ -168,6 +168,13 @@ |
"textarea": true, | "textarea": true, | ||
"title": "[DEPRECATED] SSL Key", | "title": "[DEPRECATED] SSL Key", | ||
"type": "string" | "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": { | "ssl_proxy_ca_crt": { | ||
"default": "", | "default": "", | ||
... | ... |