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
8 changes: 4 additions & 4 deletions docs/serving/using-auto-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ You must meet the following prerequisites to enable auto TLS:
- The following must be installed on your Knative cluter:
- [Knative Serving](../install/).
- [Istio with SDS, version 1.3 or higher](../install/installing-istio.md#installing-istio-with-SDS-to-secure-the-ingress-gateway),
[Contour, version 1.1 or higher](../install/Knative-with-Contour.md),
or [Gloo, version 0.18.16 or higher](../install/Knative-with-Gloo.md).
[Contour, version 1.1 or higher](../install/any-kubernetes-cluster.md#installing-the-serving-component),
or [Gloo, version 0.18.16 or higher](https://docs.solo.io/gloo/latest/installation/knative/).
Note: Currently, [Ambassador](https://github.com/datawire/ambassador) is unsupported.
- [cert-manager version `0.12.0` or higher](./installing-cert-manager.md).
- Your Knative cluster must be configured to use a
Expand All @@ -65,7 +65,7 @@ and which DNS provider validates those requests.
Use the cert-manager reference to determine how to configure your
`ClusterIssuer` file:
- See the generic
[`ClusterIssuer` example](https://docs.cert-manager.io/en/latest/tasks/issuers/setup-acme.html#creating-a-basic-acme-issuer)
[`ClusterIssuer` example](https://cert-manager.io/docs/configuration/acme/#creating-a-basic-acme-issuer)
- Also see the
[`DNS01` example](https://docs.cert-manager.io/en/latest/tasks/acme/configuring-dns01/index.html)

Expand Down Expand Up @@ -318,4 +318,4 @@ be able to handle HTTPS traffic.
autoscale-go https://autoscale-go.default.{custom-domain} autoscale-go-6jf85 autoscale-go-6jf85 True
```

Note that the URL will be **https** in this case.
Note that the URL will be **https** in this case.