Skip to content

Commit c02f8f5

Browse files
Update content/integrate/redis-data-integration/data-pipelines/deploy.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 08aca45 commit c02f8f5

File tree

1 file changed

+1
-1
lines changed
  • content/integrate/redis-data-integration/data-pipelines

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ kubectl create secret generic <DB>-ssl \
8383
--from-file=<FILE-NAME>=<FILE-PATH>
8484
```
8585

86-
All certificates and keys used when creating the above secrets must be in PEM format, with one exception: for PostgreSQL, the private key in the `source-db-ssl` secret (the `client.key` file) must be in DER format. Only in this case, if you have a key in PEM format, first convert it to DER before creating the `source-db-ssl` secret using the command:
86+
When you create these secrets, ensure that all certificates and keys are in `PEM` format. The only exception to this is that for PostgreSQL, the private key in the `source-db-ssl` secret (the `client.key` file) must be in `DER` format. If you have a key in `PEM` format, you must convert it to `DER` before creating the `source-db-ssl` secret using the command:
8787

8888
```bash
8989
openssl pkcs8 -topk8 -inform PEM -outform DER -in /path/to/myclient.key -out /path/to/myclient.pk8 -nocrypt

0 commit comments

Comments
 (0)