diff --git a/product_docs/docs/pem/9/registering_database_server.mdx b/product_docs/docs/pem/9/registering_database_server.mdx index f4e656d5f6..80d1269668 100644 --- a/product_docs/docs/pem/9/registering_database_server.mdx +++ b/product_docs/docs/pem/9/registering_database_server.mdx @@ -220,8 +220,8 @@ Use the **SSL** tab to configure SSL: You can use the platform-specific file manager dialog box to upload files that support SSL encryption to the server. To open the file manager, select the icon located to the right of each of the following fields: -- Use the **Client certificate** field to specify the file containing the client SSL certificate. This file replaces the default `~/.postgresql/postgresql.crt` file if PEM is installed in Desktop mode and `//.postgresql/postgresql.crt` if PEM is installed in Web mode. This parameter is ignored if an SSL connection isn't made. -- Use the **Client certificate key** field to specify the file containing the secret key used for the client certificate. This file replaces the default `~/.postgresql/postgresql.key` if PEM is installed in Desktop mode and `//.postgresql/postgresql.key` if PEM is installed in Web mode. This parameter is ignored if an SSL connection isn't made. +- Use the **Client certificate** field to specify the file containing the client SSL certificate. This file replaces the default `//.postgresql/postgresql.crt`. This parameter is ignored if an SSL connection isn't made. +- Use the **Client certificate key** field to specify the file containing the secret key used for the client certificate. This file replaces the default `//.postgresql/postgresql.key`. This parameter is ignored if an SSL connection isn't made. - Use the **Root certificate** field to specify the file containing the SSL certificate authority. This file replaces the default `~/.postgresql/root.crt` file. This parameter is ignored if an SSL connection isn't made. - Use the **Certificate revocation list** field to specify the file containing the SSL certificate revocation list. This list replaces the default list, found in `~/.postgresql/root.crl`. This parameter is ignored if an SSL connection isn't made. - When **SSL compression?** is set to **True**, data sent over SSL connections is compressed. The default value is **False** (compression is disabled). This parameter is ignored if an SSL connection isn't made.