diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-15 16:20:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-15 16:20:48 +0000 |
commit | f7ab20f6e3a2720e166b4827b1a7570deadb43cf (patch) | |
tree | b38045904d0613fd550c34d19e132791da15b37b /libs/lucid | |
parent | a7b1ebe096b91251a0f441e7cdb85434d61f6a60 (diff) |
libs/lucid: enable tls in sdk
Diffstat (limited to 'libs/lucid')
-rw-r--r-- | libs/lucid/hostfiles/etc/config/lucid | 7 |
1 files changed, 7 insertions, 0 deletions
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 |