Add support for SSL connections

This commit is contained in:
Jamie Cameron
2023-02-24 15:28:10 -08:00
parent f468efd888
commit ffcdcb560f
3 changed files with 46 additions and 18 deletions

View File

@ -22,8 +22,9 @@ stop_cmd=Command to stop PostgreSQL,3,Kill process
setup_cmd=Command to initialize PostgreSQL,3,None
pid_file=Path to postmaster PID file,8
hba_conf=Paths to host access config file,9,60,3,\t
host=PostgreSQL host to connect to,3,localhost
host=PostgreSQL host to connect to,3,Local socket
port=PostgreSQL port to connect to,3,Default
sslmode=SSL connection mode,4,-Default,disable-Unencrypted only,allow-Unencrypted then SSL,prefer-SSL then unencrypted,require-SSL only,verify_ca-SSL with trusted CA only,verify_full-SSL with trusted CA and matching hostname only
dump_cmd=Path to pg_dump command,0
rstr_cmd=Path to pg_restore command,0
repository=Default backup repository directory,3,None