mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
owsd: config: fix typos and add missing ca option in /etc/config/owsd
This commit is contained in:
parent
74df26fb32
commit
c7b863e916
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ config owsd 'global'
|
|||
option redirect '/cgi-bin/luci:/cacheflush.html'
|
||||
# option www_maxage '3600'
|
||||
# list ubusproxy 'https://repeater1url/'
|
||||
# list ubusproxy 'ws://repeater2url/'
|
||||
# list ubusproxy 'wss://repeater2url/'
|
||||
# option client_cert '/etc/ssl/certs/owsd-repeater-control-cert.pem'
|
||||
# option client_key '/etc/ssl/private/owsd-repeater-control-key.pem'
|
||||
# option client_ca '/etc/ssl/certs/owsd-server-ca.pem'
|
||||
|
|
@ -42,7 +42,8 @@ config owsd-listen 'lan_8080'
|
|||
# option port '443'
|
||||
# option interface 'wan'
|
||||
# option cert '/etc/ssl/certs/cert.pem'
|
||||
# option key '/etc/ssl/certs/key.pem'
|
||||
# option key '/etc/ssl/private/key.pem'
|
||||
# option ca '/etc/ssl/certs/owsd-ca-for-clients.pem'
|
||||
# option whitelist_interface_as_origin '1'
|
||||
# list origin '*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue