Skip to content
Closed
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
4 changes: 2 additions & 2 deletions docs/serving/using-auto-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ and which DNS provider validates those requests.
1. If `networking-certmanager` is not found, run the following command:

```shell
kubectl apply --filename https://github.com/knative/serving/releases/download/v{{< version >}}/serving-cert-manager.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/{{< version >}}/serving-cert-manager.yaml
```

### Install networking-ns-cert component
Expand All @@ -164,7 +164,7 @@ running the following command:
1. If `networking-ns-cert` deployment is not found, run the following command:

```shell
kubectl apply --filename https://github.com/knative/serving/releases/download/v{{< version >}}/serving-nscert.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/{{< version >}}/serving-nscert.yaml
```

### Configure config-certmanager ConfigMap
Expand Down