Skip to content

Commit

Permalink
Merge pull request #341 from kbrock/os_cert_bundle
Browse files Browse the repository at this point in the history
Tell postgres client to use OS cert bundle for ssl root keys
  • Loading branch information
bdunne authored Jan 26, 2022
2 parents 6155afe + 59c68f2 commit 97a0af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions COPY/etc/default/manageiq.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ RUBY_GC_HEAP_GROWTH_FACTOR=1.25
# Ansible global variables
ANSIBLE_LOCAL_TEMP=/tmp/.ansible_local_tmp
ANSIBLE_REMOTE_TEMP=/tmp/.ansible_remote_tmp

# libpg uses operating system certificate bundle
PGSSLROOTCERT=/etc/pki/tls/certs/ca-bundle.crt

0 comments on commit 97a0af1

Please sign in to comment.