We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5c5be4 + 64760e1 commit 3d2f26dCopy full SHA for 3d2f26d
installing_on_kubernetes/_topics/pods_ssl.md
@@ -6,6 +6,7 @@ The certificates should all be signed by a CA and that CA certificate should be
6
```sh
7
oc create secret generic internal-certificates-secret \
8
--from-file=root_crt=./certs/root.crt \
9
+ --from-file=root_key=./certs/root.key \
10
--from-file=httpd_crt=./certs/httpd.crt \
11
--from-file=httpd_key=./certs/httpd.key \
12
--from-file=kafka_crt=./certs/kafka.crt \
0 commit comments