Commit 685c2aa9 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Inform about how to add CA certificate

As apache-ca-certificate field is not implemented for caddy, inform how to
obtain required functionality.
parent 1698034e
......@@ -12,9 +12,9 @@
"type": "integer"
},
"apache-certificate": {
"description": "SSL Certificate used by the server. Deprecated, please use master-key-upload-url.",
"description": "SSL Certificate used by the server. By appending to it CA certificate it is possible to use this field to replace not implemented apache-ca-certificate. Deprecated, please use master-key-upload-url.",
"textarea": true,
"title": "[DEPRECATED] SSL Certificate",
"title": "[DEPRECATED] SSL Certificate, with optional CA certificate",
"type": "string"
},
"apache-key": {
......
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