You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/pg_tde/documentation/docs/setup.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Load the `pg_tde` at startup time. The extension requires additional shared memo
19
19
*On Debian and Ubuntu:
20
20
21
21
```sh
22
-
sudo systemctl restart postgresql-17
22
+
sudo systemctl restart postgresql@17-main
23
23
```
24
24
25
25
*On RHEL and derivatives
@@ -64,6 +64,8 @@ Load the `pg_tde` at startup time. The extension requires additional shared memo
64
64
* `server-certificate` is the path to the certificate file for the KMIP server.
65
65
* `client key` is the path to the client key.
66
66
67
+
<i warning>:material-information: Warning:</i> Note that pg_tde_add_global_key_provider_kmip currently accepts only a combined client key + client certificate for the last parameter of this function named as `client key`.
68
+
67
69
<i warning>:material-information: Warning:</i> This example is for testing purposes only:
0 commit comments