Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarefev committed May 29, 2024
1 parent 175b89c commit 7a06f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-----
<Ingress certificate>
<Default ingress certificate>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
<Intermediate certificate>
<Intermediate certificate>
-----END CERTIFICATE-----
```

Expand Down

0 comments on commit 7a06f68

Please sign in to comment.