forked from Krautspace/doorstatus
zertifikate umbenannt
This commit is contained in:
parent
804e9a10e5
commit
e79258b8be
1 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ loglevel = debug
|
|||
[server]
|
||||
host = localhost
|
||||
port = 10001
|
||||
cert = ./certs/server-pub.pem
|
||||
key = ./certs/server-key.pem
|
||||
cert = ./certs/statusd-pub.pem
|
||||
key = ./certs/statusd-key.pem
|
||||
|
||||
[client]
|
||||
cert = ./certs/client-pub.pem
|
||||
cert = ./certs/statusclient-pub.pem
|
||||
|
||||
[api]
|
||||
api = ./api
|
||||
|
|
Loading…
Reference in a new issue