Skip to content

Commit 3d2f26d

Browse files
authored
Merge pull request #1741 from nasark/add_root_key_pods_ssl
Add root key to internal certificate secret example
2 parents b5c5be4 + 64760e1 commit 3d2f26d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installing_on_kubernetes/_topics/pods_ssl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The certificates should all be signed by a CA and that CA certificate should be
66
```sh
77
oc create secret generic internal-certificates-secret \
88
--from-file=root_crt=./certs/root.crt \
9+
--from-file=root_key=./certs/root.key \
910
--from-file=httpd_crt=./certs/httpd.crt \
1011
--from-file=httpd_key=./certs/httpd.key \
1112
--from-file=kafka_crt=./certs/kafka.crt \

0 commit comments

Comments
 (0)