diff --git a/documentation/Installation.md b/documentation/Installation.md index 5f9b0aa54..f8cc92b02 100644 --- a/documentation/Installation.md +++ b/documentation/Installation.md @@ -4276,14 +4276,14 @@ The certificate and key are provided using one of the following two formats: key: /path/to/key ``` -If the intermediate certificate should be specified, set it in `/path/to/cert` file or in `nginx-ingress-controller.controller.ssl.default-certificate.data.cert` option after the `ingress` certificate: +If the intermediate certificate should be specified, set it in `/path/to/cert` file or in `nginx-ingress-controller.controller.ssl.default-certificate.data.cert` option after the default ingress certificate: ``` -----BEGIN CERTIFICATE----- - + -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- - + -----END CERTIFICATE----- ```