Skip to content

Commit

Permalink
Update istio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfsen authored and seldondev committed Aug 10, 2020
1 parent 00ffa59 commit 3e89d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/ingress/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- "*"
```

If you want to want to create SSL based gateway, create your signed certificate or actual signed certificate (for example named fullchain.pem), key (privkey.pem) and then run follwing commands to get SSL gateway. To create self-signed certificate
If you want to want to create SSL based gateway, create your signed certificate or actual signed certificate (for example named fullchain.pem), key (privkey.pem) and then run follwing commands to get SSL gateway. Assuming we're not using [cert-manager](https://istio.io/latest/docs/ops/integrations/certmanager/) then create self-signed certificate with


```bash
Expand Down

0 comments on commit 3e89d70

Please sign in to comment.