konfiguration an kraut.space angepaßt

This commit is contained in:
+++ 2020-09-07 15:17:49 +02:00
parent 380661cc64
commit 5e7afde181
2 changed files with 9 additions and 9 deletions

View file

@ -6,15 +6,15 @@
[general] [general]
timeout = 3.0 timeout = 3.0
loglevel = info loglevel = debug
[server] [server]
host = nr18.space host = status.kraut.space
port = 10001 port = 10001
cert = ./certs/server.crt cert = ./certs/statusd-pub.pem
fqdn = server.status.kraut.space fqdn = status.kraut.space
[client] [client]
cert = ./certs/client.crt cert = ./certs/statusclient-pub.pem
key = ./certs/client.key key = ./certs/statusclient-key.pem

View file

@ -14,11 +14,11 @@ loglevel = debug
[server] [server]
host = localhost host = localhost
port = 10001 port = 10001
cert = ./certs/server.crt cert = ./certs/server-pub.pem
key = ./certs/server.key key = ./certs/server-key.pem
[client] [client]
cert = ./certs/client.crt cert = ./certs/client-pub.pem
[api] [api]
api = ./api api = ./api