[nginx/README] fix broken link on how to generate secrets containing SSL certificates
This commit is contained in:
parent
712a8421df
commit
f6946738f8
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ spec:
|
||||||
serviceName: s1
|
serviceName: s1
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
```
|
```
|
||||||
Please follow [test.sh](https://github.com/bprashanth/Ingress/blob/master/examples/sni/nginx/test.sh) as a guide on how to generate secrets containing SSL certificates. The name of the secret can be different than the name of the certificate.
|
Please follow [PREREQUISITES](../../examples/PREREQUISITES.md) as a guide on how to generate secrets containing SSL certificates. The name of the secret can be different than the name of the certificate.
|
||||||
|
|
||||||
Check the [example](../../examples/tls-termination/nginx)
|
Check the [example](../../examples/tls-termination/nginx)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue