Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions docs/serving/using-auto-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,10 @@ in the `knative-serving` namespace to reference your new `ClusterIssuer`.
1. Add the `issuerRef` within the `data` section:

```shell
...
data:
...
issuerRef: |
kind: ClusterIssuer
name: letsencrypt-issuer
name: letsencrypt-http01-issuer
```

Example:
Expand Down Expand Up @@ -247,11 +245,8 @@ requests are handled:
1. Add the `autoTLS: Enabled` attribute under the `data` section:

```shell
...
data:
...
autoTLS: Enabled
...
```

Example:
Expand Down Expand Up @@ -285,11 +280,8 @@ requests are handled:
clients to use HTTPS.

```shell
...
data:
...
autoTLS: Enabled
...
httpProtocol: Redirected
```

Example:
Expand All @@ -303,7 +295,6 @@ requests are handled:
data:
...
autoTLS: Enabled
...
httpProtocol: Redirected
...
```
Expand Down