Skip to content

Commit

Permalink
chore: fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msmagnanijr authored and zmiklank committed May 13, 2024
1 parent d0cecca commit 566e248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/enable-ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ oc new-app --name psql-ssl postgresql:13-el7~https://github.com/sclorg/postgresq

```bash
openssl genrsa -out tls.key 2048
openssl req -new -x509 -key tls.key -out tls.cert
oc create secret tls db-ssl-keys --key tls.key --cert tls.cert
openssl req -new -x509 -key tls.key -out tls.crt
oc create secret tls db-ssl-keys --key tls.key --cert tls.crt
```

3. Bind your secrets into postgres deploymentConfig:
Expand Down

0 comments on commit 566e248

Please sign in to comment.