Skip to content

Commit

Permalink
Update Connecting-to-the-Database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Jun 3, 2020
1 parent da33ee7 commit 28dc4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cube.js-Backend/Connecting-to-the-Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Use `CUBEJS_DB_SSL=true` to enable SSL as MongoDB Atlas requires it. `CUBEJS_DB_

### AWS RDS Postgres

Use `CUBEJS_DB_SSL=true` to enable SSL if you have force_ssl enabled for your RDS.
Use `CUBEJS_DB_SSL=true` to enable SSL if you have force ssl enabled for your RDS.
Download the new certificate [here](https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem) provide the contents of the downloaded file to `CUBEJS_DB_SSL_CA`, `CUBEJS_DB_SSL_CERT`, `CUBEJS_DB_SSL_CIPHERS`, `CUBEJS_DB_SSL_PASSPHRASE` can be left blank.
More info on AWS RDS SSL can be found [here](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html)

Expand Down

0 comments on commit 28dc4de

Please sign in to comment.