libs/lucid: enable tls in sdk
This commit is contained in:
parent
a7b1ebe096
commit
f7ab20f6e3
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,13 @@ config daemon https
|
||||||
list publisher luciweb
|
list publisher luciweb
|
||||||
option enabled 1
|
option enabled 1
|
||||||
option encryption enable
|
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
|
config daemon rpc
|
||||||
option slave rpcd
|
option slave rpcd
|
||||||
|
|
Loading…
Reference in a new issue