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
2 changes: 1 addition & 1 deletion docs/serving/using-a-tls-cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ To manually add a TLS certificate to your Knative cluster, you create a
Kubernetes secret and then configure the `knative-ingress-gateway`:

1. Run the following command to create a Kubernetes secret to hold your TLS
certificate, `cert.pk`, and the private key, `cert.pem`:
certificate, `cert.pem`, and the private key, `cert.pk`:

```shell
kubectl create --namespace istio-system secret tls istio-ingressgateway-certs \
Expand Down