From 28dc4deeaf7320bc6e3a33fb7f1250a486642021 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Tue, 2 Jun 2020 21:37:08 -0700 Subject: [PATCH] Update Connecting-to-the-Database.md --- docs/Cube.js-Backend/Connecting-to-the-Database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cube.js-Backend/Connecting-to-the-Database.md b/docs/Cube.js-Backend/Connecting-to-the-Database.md index 7e0c0a2988ee6..9dd8ba4285c2b 100644 --- a/docs/Cube.js-Backend/Connecting-to-the-Database.md +++ b/docs/Cube.js-Backend/Connecting-to-the-Database.md @@ -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)