Skip to content

Commit

Permalink
fix remote-console cert keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Sep 25, 2023
1 parent 656432f commit 22e07fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installing_on_kubernetes/_topics/pods_ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The certificates should all be signed by a CA and that CA certificate should be
--from-file=postgresql_key=./certs/postgresql.key \
--from-file=api_crt=./certs/api.crt \
--from-file=api_key=./certs/api.key \
--from-file=remote-console_crt=./certs/remote-console.crt \
--from-file=remote-console_key=./certs/remote-console.key \
--from-file=remote_console_crt=./certs/remote-console.crt \
--from-file=remote_console_key=./certs/remote-console.key \
--from-file=ui_crt=./certs/ui.crt \
--from-file=ui_key=./certs/ui.key
```
Expand Down

0 comments on commit 22e07fe

Please sign in to comment.