Skip to content
Merged
Show file tree
Hide file tree
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/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ available observability plugins, to minimize the disk space used for install.

- [Knative Install on Docker for Mac](./Knative-with-Docker-for-Mac.md)
- [Knative Install on OpenShift](./Knative-with-OpenShift.md)
- [Knative Install on OpenShift via Operator](https://github.com/openshift-cloud-functions/Documentation/blob/master/knative-OCP-4x.md)
- [Knative Install on OpenShift via Operator](https://github.com/openshift-knative/docs/blob/master/README.md)

**Custom install guide**

Expand Down
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 @@ -154,7 +154,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