Skip to content

Commit bede2ad

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 c02f8f5 commit bede2ad

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
@@ -89,7 +89,7 @@ When you create these secrets, ensure that all certificates and keys are in `PEM
8989
openssl pkcs8 -topk8 -inform PEM -outform DER -in /path/to/myclient.key -out /path/to/myclient.pk8 -nocrypt
9090
```
9191

92-
The above command assumes that the private key is not encrypted. For converting an encrypted private key, refer to the `openssl` documentation.
92+
This command assumes that the private key is not encrypted. See the [`openssl` documentation](https://docs.openssl.org/master/) to learn how to convert an encrypted private key.
9393

9494
The specific command lines for source secrets are as follows:
9595

0 commit comments

Comments
 (0)