-
Notifications
You must be signed in to change notification settings - Fork 9
Created new Thales KMIP topic for TDE #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: TDE_REL_17_STABLE
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Thales KMIP Server Configuration | ||
|
||
To use the Python library pykmip for cryptographic operations with Thales CipherTrust Manager, see Using pykmip in the Implementing Thales CipherTrust Manager documentation for instructions. pykmip is a Python library that implements the KMIP industry standard for key management operations. | ||
|
||
https://www.enterprisedb.com/docs/partner_docs/ThalesCipherTrustManager/ | ||
https://www.enterprisedb.com/docs/partner_docs/ThalesCipherTrustManager/05-UsingThalesCipherTrustManager/ | ||
|
||
## Recommended Configuration Steps | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Example Configuration SQL | ||
|
||
```sql | ||
SELECT pg_tde_add_global_key_provider_kmip( | ||
'thales_kmip_provider', | ||
'kmip.thales.local', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's better to use kmip.example.org or something like that here, that makes it clearer that this is an examle domain |
||
5696, | ||
'/path/to/thales-client-cert.pem', | ||
'/path/to/thales-client-key.pem', | ||
'/path/to/thales-ca-cert.pem' | ||
); | ||
``` | ||
|
||
!!! note | ||
Replace the above paths with the actual certificate locations on your PostgreSQL host. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not just the paths, the other parameters too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pykmip has nothing to do with thales