diff --git a/setstatus.conf b/setstatus.conf index 653a782..9dbd79a 100644 --- a/setstatus.conf +++ b/setstatus.conf @@ -6,15 +6,15 @@ [general] timeout = 3.0 -loglevel = info +loglevel = debug [server] -host = nr18.space +host = status.kraut.space port = 10001 -cert = ./certs/server.crt -fqdn = server.status.kraut.space +cert = ./certs/statusd-pub.pem +fqdn = status.kraut.space [client] -cert = ./certs/client.crt -key = ./certs/client.key +cert = ./certs/statusclient-pub.pem +key = ./certs/statusclient-key.pem diff --git a/statusd.conf b/statusd.conf index 80523fc..73433e8 100644 --- a/statusd.conf +++ b/statusd.conf @@ -14,11 +14,11 @@ loglevel = debug [server] host = localhost port = 10001 -cert = ./certs/server.crt -key = ./certs/server.key +cert = ./certs/server-pub.pem +key = ./certs/server-key.pem [client] -cert = ./certs/client.crt +cert = ./certs/client-pub.pem [api] api = ./api