From: Jo-Philipp Wich Date: Thu, 15 Oct 2009 16:20:48 +0000 (+0000) Subject: libs/lucid: enable tls in sdk X-Git-Tag: 0.10.0~1083 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=f7ab20f6e3a2720e166b4827b1a7570deadb43cf libs/lucid: enable tls in sdk --- 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