Skip to content

Commit

Permalink
Update docs/modules/postgres.md
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
  • Loading branch information
bearrito and mdelapenya committed Apr 26, 2024
1 parent 0557c9d commit 5d0fa1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ If you would like to use SSL with the container you can use the `WithSSLSettings
This function will inject a custom postgres configuration file that enables SSL and correctly sets the paths on the key material.
If you use this function in conjuction with `WithConfigFile` your custom conf must set the require ssl fields. The configuration must correctly align the key material provided via `SSLSettings` with the server configuration, namely the paths. Your configuration will need to contain the following
If you use this function in conjuction with `WithConfigFile` your custom conf must set the require ssl fields. The configuration must correctly align the key material provided via `SSLSettings` with the server configuration, namely the paths. Your configuration will need to contain the following:
```
ssl = on
ssl_ca_file = '/tmp/data/ca_cert.pem'
Expand Down

0 comments on commit 5d0fa1e

Please sign in to comment.