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