Skip to content

Commit

Permalink
Updated internal keys name and port description
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Dec 26, 2024
1 parent 1d4b034 commit d454455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Load the `pg_tde` at the start time. The extension requires additional shared me
* `provider-name` is the name of the provider. You can specify any name, it's for you to identify the provider.
* `kmip-IP` is the IP address of a domain name of the KMIP server
* `5696` is the port to communicate with the KMIP server.
* `port` is the port to communicate with the KMIP server. Typically used port is 5696.
* `server-certificate` is the path to the certificate file for the KMIP server.
* `client key` is the path to the client key.
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/tde.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Transparent Data Encryption is a technology to protect data at rest. The encrypt

To encrypt the data, two types of keys are used:

* Database encryption keys to encrypt user data. These keys are stored internally, near the data that they encrypt.
* Internal encryption keys to encrypt user data. They are stored internally, near the data that they encrypt.
* The principal key to encrypt database keys. It is kept separately from the database keys and is managed externally in the key management store.

You have the following options to store and manage principal keys externally:
Expand Down

0 comments on commit d454455

Please sign in to comment.