(absolute or relative to _path_base)

This commit is contained in:
psyc://psyced.org/~lynX 2010-05-20 20:01:05 +02:00
parent e953913f30
commit bcacdff72d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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