From f7ab20f6e3a2720e166b4827b1a7570deadb43cf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 15 Oct 2009 16:20:48 +0000 Subject: [PATCH] libs/lucid: enable tls in sdk --- libs/lucid/hostfiles/etc/config/lucid | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libs/lucid/hostfiles/etc/config/lucid b/libs/lucid/hostfiles/etc/config/lucid index ab33e997f..a88835cdd 100644 --- a/libs/lucid/hostfiles/etc/config/lucid +++ b/libs/lucid/hostfiles/etc/config/lucid @@ -48,7 +48,14 @@ config daemon https list publisher luciweb option enabled 1 option encryption enable + option tls sdk_tls +config tls sdk_tls + option generate 1 + option key /tmp/lucid-tls.key + option cert /tmp/lucid-tls.cert + option type asn1 + config daemon rpc option slave rpcd list address 12900 -- 2.11.0