From bcacdff72d5d9ab6f5f98295bdaa99660659c354 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Thu, 20 May 2010 20:01:05 +0200 Subject: [PATCH] (absolute or relative to _path_base) --- config/psyced.ini | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/psyced.ini b/config/psyced.ini index d331927..1bf19f6 100644 --- a/config/psyced.ini +++ b/config/psyced.ini @@ -21,7 +21,7 @@ _path_base = /opt/psyced _path_configuration = /etc/psyc ; Path leading to your private and public TLS keys -; (absolute or relative to the configuration directory). +; (absolute or relative to _path_base). _path_PEM_key = key.pem _path_PEM_certificate = cert.pem diff --git a/install.sh b/install.sh index 7eb7ba6..892e528 100755 --- a/install.sh +++ b/install.sh @@ -947,7 +947,7 @@ _path_base = $BASE_DIR _path_configuration = $CONFIG_DIR ; Path leading to your private and public TLS keys -; (absolute or relative to the base) +; (absolute or relative to _path_base) _path_PEM_key = key.pem _path_PEM_certificate = cert.pem