From 4c0d3d45d722f711e329495cd6189a663d4e69c0 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Thu, 20 May 2010 20:07:32 +0200 Subject: [PATCH] + --- 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 1bf19f6..9fb999b 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 _path_base). +; (absolute or relative to _path_configuration). _path_PEM_key = key.pem _path_PEM_certificate = cert.pem diff --git a/install.sh b/install.sh index 892e528..c5be9e3 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 _path_base) +; (absolute or relative to _path_configuration) _path_PEM_key = key.pem _path_PEM_certificate = cert.pem