From a600c989829e95d57334a96257d36ad8da8a6256 Mon Sep 17 00:00:00 2001 From: Aleksandr Mogylchenko Date: Mon, 23 Jan 2017 15:25:59 +0100 Subject: [PATCH] Fix defaults for TLS support Since first stage is to enable encryption and not authentication, we do not need client certificates. On the other hand, we need both server_key and server_certificate to enable TLS on backend. Change-Id: I6cb1da8f6e160c3b05006542cf7d8a43a587d28e --- fuel_ccp/resources/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuel_ccp/resources/defaults.yaml b/fuel_ccp/resources/defaults.yaml index 136f8a86..11c9a464 100644 --- a/fuel_ccp/resources/defaults.yaml +++ b/fuel_ccp/resources/defaults.yaml @@ -13,4 +13,4 @@ configs: enabled: false ca_cert: null server_cert: null - client_cert: null + server_key: null