Skip to content

Commit

Permalink
Merge pull request #1747 from nasark/fix_remote-console_cert_keys
Browse files Browse the repository at this point in the history
Fix remote-console cert keys

(cherry picked from commit abdfa09)
  • Loading branch information
bdunne authored and Fryguy committed Sep 29, 2023
1 parent 2da57ae commit edd5f9e
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 edd5f9e

Please sign in to comment.