support forced custom ips and names in cert

add multiple gw workaround for cert
This commit is contained in:
ace
2023-10-09 03:12:00 +03:00
parent 4df0c37224
commit d887369190
2 changed files with 26 additions and 1 deletions

View File

@ -12,6 +12,9 @@ postgresql_ssl: true
postgresql_ssl_keep_nonssl_endpoint: false
postgresql_self_signed_cert: true
postgresql_self_signed_cert_name: "cert"
postgresql_cacert_force_append_ips: []
postgresql_cacert_force_append_names: []
postgresql_cacert_multiple_default_gw_workaround: false
## WAL-G backup and restore options
postgresql_wal_g_install: false