commit 520225f356ed67471329760177b6e5562fb69061
parent c18d6c9b136a10dc94869e744bb2544bdce5a72e
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Tue, 27 Mar 2018 20:24:23 +0100
fixed default path to certs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.cfg_sample b/config.cfg_sample
@@ -51,8 +51,8 @@ port = 50002
#uses the default one, which is fine because by default nobody should be
# allowed to connect to your server or scan your packets
#to generate another certificate see https://github.com/spesmilo/electrum-server/blob/ce1b11d7f5f7a70a3b6cc7ec1d3e552436e54ffe/HOWTO.md#step-8-create-a-self-signed-ssl-cert
-certfile = cert.crt
-keyfile = cert.key
+certfile = certs/cert.crt
+keyfile = certs/cert.key
[misc]
# not implemented yet