libs/lucid: enable tls in sdk
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Oct 2009 16:20:48 +0000 (16:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Oct 2009 16:20:48 +0000 (16:20 +0000)
libs/lucid/hostfiles/etc/config/lucid

index ab33e99..a88835c 100644 (file)
@@ -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