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)