Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d150d42

Browse files
authored
docs: Postgres certificates (#60)
1 parent 82e82af commit d150d42

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/get-started/setup-lightdash/connect-project.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,18 @@ You can see more details in [dbt documentation](https://docs.getdbt.com/referenc
290290
This controls how dbt connects to Postgres databases using SSL.
291291
You can see more details in [dbt documentation](https://docs.getdbt.com/reference/warehouse-profiles/postgres-profile#sslmode).
292292
293+
#### SSL certificate
294+
295+
The client certificate used to authenticate your connection to the database. This is only required if you're using SSL mode `verify-full`.
296+
297+
#### SSL private key
298+
299+
The private key used to authenticate your connection to the database. This is only required if you're using SSL mode `verify-full`.
300+
301+
#### SSL root certificate
302+
303+
The trusted certificate authority (CA) certificate used to verify the database server’s identity. This is only required if you're using SSL mode `verify-ca` or `verify-full`.
304+
293305
#### Start of week
294306

295307
This controls what day is the start of the week in Lightdash. `Auto` sets it to whatever the default is for your data warehouse. Or, you can customize it and select the day of the week from the drop-down menu. This will be taken into account when using 'WEEK' time interval in Lightdash.

0 commit comments

Comments
 (0)