The information on using SSL certificates is for reference only. For details on the certificates and for security guidelines for managing the certificates and related files, refer to the database server documentation.
Data Studio can connect to the database using the Secure Sockets Layer [SSL] option. Adding a Connection lists the files required.
# |
Certificate/Key |
Description |
---|---|---|
1 |
Client SSL Certificate |
Provided by System/Database Administrator |
2 |
Client SSL Key |
Provided by System/Database Administrator |
3 |
Root Certificate |
Provided by System/Database Administrator |
After a GaussDB(DWS) cluster is deployed, the SSL authentication mode is enabled by default. The server certificate, private key, and root certificate have been configured by default.
You need to configure the client.
Log in to the GaussDB(DWS) management console. In the navigation pane, choose Connections. In the Driver area, click download an SSL certificate.
Parameter |
Description |
---|---|
Client SSL Certificate |
Select the sslcert\client.crt file in the decompressed SSL certificate directory. |
Client SSL Key |
Only the PK8 format is supported. Select the sslcert\client.key.pk8 file in the directory where the SSL certificate is decompressed. |
Root Certificate |
When SSL Mode is set to verify-ca or verify-full, the root certificate must be configured. Select the sslcert\cacert.pem file in the decompressed SSL certificate directory. |
SSL Password |
SSL key password in PK8 format on the client. |
SSL Mode |
GaussDB(DWS) supports the following SSL modes:
GaussDB(DWS) does not support the verify-full mode. |