-
I want to use SSL for my pgbouncer connection and I see that I've got a line for pgbouncer_client_tls_key_file and pgbouncer_client_tls_cert_file. I am not using consul but I noticed that there's a ref to should I create a files folder in the pgbouncer role? if so would I reference it as {{ roles/pgbouncer/files/cert.crt etc? thanks in advance --est2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think I answered my own question 😅 I see under the system variables that I can reference my certs which will then copy them to all nodes. Then I can reference them in the sections requiring TLS certs. now if I could only figure out why I cannot get pgbackrest to work with my cluster... i'd be home free! 😊 |
Beta Was this translation helpful? Give feedback.
I think I answered my own question 😅
I see under the system variables that I can reference my certs which will then copy them to all nodes. Then I can reference them in the sections requiring TLS certs.
now if I could only figure out why I cannot get pgbackrest to work with my cluster... i'd be home free! 😊