diff --git a/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md b/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md index 5934a48b35..1f86307fbb 100644 --- a/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md @@ -366,8 +366,7 @@ retrieves unique credentials corresponding to a specific `credentialName`. 1. Define a gateway with two server sections for port 443. Set the value of `credentialName` on each port to `httpbin-credential` and `helloworld-credential` - respectively. Set TLS mode to `SIMPLE`. `serverCertificate` and - `privateKey` should not be empty. + respectively. Set TLS mode to `SIMPLE`. {{< text bash >}} $ cat <