Add HTTPS management console and response planning
This commit is contained in:
parent
a56d72edd6
commit
a7129e5666
16 changed files with 927 additions and 160 deletions
|
|
@ -158,3 +158,8 @@ web_port = 8787
|
|||
web_token = "" # bearer token; auto-generated + saved if empty on a
|
||||
# non-loopback bind. Set explicitly to keep the unit
|
||||
# fully read-only.
|
||||
# HTTPS is mandatory. If these are blank, the dashboard auto-generates a
|
||||
# self-signed cert/key under log_dir. Add a browser exception for that cert, or
|
||||
# point these at your own local/private CA certificate.
|
||||
web_tls_cert = ""
|
||||
web_tls_key = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue