Skip to content

Commit 3331449

Browse files
authored
Update modules/configuring/proc-preparing-your-external-services.adoc
1 parent e64d876 commit 3331449

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/configuring/proc-preparing-your-external-services.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Connection to your identity provider::
1818
Provide credentials to your identity provider to enable user provisioning and authentication.
1919

2020
.Procedure
21+
* Get your external PostgreSQL database connection strings and certificates.
22+
postgres-host::: Your PostgreSQL instance Domain Name System (DNS) or IP address.
23+
postgres-port::: Your PostgreSQL instance port number, such as 5432.
24+
postres-username::: The user name to connect to your PostgreSQL instance.
25+
postgres-password::: The password to connect to your PostgreSQL instance.
26+
postgres-ca.pem:::
27+
postgres-key.key:::
28+
postgres-crt.pem:::
29+
For security, use TLS certificates to secure the connection to the database.
30+
2131
. Get your Redis cache server connection string, such as `rediss://user:[email protected]:6379`.
2232
For security, consider using a `rediss` secure server connection.
2333

0 commit comments

Comments
 (0)