Skip to content
Snippets Groups Projects
Commit 958aa9e5 authored by James Reed's avatar James Reed
Browse files

Use full path in db_sslrootcert example

parent b8577de3
No related branches found
No related tags found
1 merge request!98Merged upstream up to the bump of rubygems version.
......@@ -828,7 +828,7 @@
```ruby
gitlab_rails['db_sslmode'] = "verify-full"
gitlab_rails['db_sslrootcert'] = "your-full-ca-bundle.pem"
gitlab_rails['db_sslrootcert'] = "<full_path_to_your_ca-bundle.pem>"
```
If you are using Amazon RDS for your PostgreSQL server, ensure you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment