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