tfixed default path to certs - electrum-personal-server - Maximally lightweight electrum server for a single user
HTML git clone https://git.parazyd.org/electrum-personal-server
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 520225f356ed67471329760177b6e5562fb69061
DIR parent c18d6c9b136a10dc94869e744bb2544bdce5a72e
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Tue, 27 Mar 2018 20:24:23 +0100
fixed default path to certs
Diffstat:
M config.cfg_sample | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/config.cfg_sample b/config.cfg_sample
t@@ -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