From 8028fbe6f8041abc749d7547b79afcfc0e7271b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 22 Jun 2016 01:45:28 +0000
Subject: [PATCH] apache frontend: document ssl parameters

Some people might be confused and think it is paths
---
 .../instance-slave-apache-input-schema.json               | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/software/apache-frontend/instance-slave-apache-input-schema.json b/software/apache-frontend/instance-slave-apache-input-schema.json
index 0e6970120..fc55889e4 100644
--- a/software/apache-frontend/instance-slave-apache-input-schema.json
+++ b/software/apache-frontend/instance-slave-apache-input-schema.json
@@ -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": ""
     },
-- 
2.30.9