Skip to content

Commit

Permalink
Merge pull request #1741 from nasark/add_root_key_pods_ssl
Browse files Browse the repository at this point in the history
Add root key to internal certificate secret example
  • Loading branch information
Fryguy authored Sep 1, 2023
2 parents b5c5be4 + 64760e1 commit 3d2f26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installing_on_kubernetes/_topics/pods_ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The certificates should all be signed by a CA and that CA certificate should be
```sh
oc create secret generic internal-certificates-secret \
--from-file=root_crt=./certs/root.crt \
--from-file=root_key=./certs/root.key \
--from-file=httpd_crt=./certs/httpd.crt \
--from-file=httpd_key=./certs/httpd.key \
--from-file=kafka_crt=./certs/kafka.crt \
Expand Down

0 comments on commit 3d2f26d

Please sign in to comment.