mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Add support for SSL connections
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user