From 0a0a24a26f4d471bde88d7388673f05e3da88037 Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Fri, 20 Jul 2018 11:26:59 -0700 Subject: [PATCH] Add SSL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cad7cf960..b2a0b6835 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Follow the links in this section to learn more about Knative. * [Configuring outbound network access](./serving/outbound-network-access.md) * [Using a custom domain](./serving/using-a-custom-domain.md) * [Assigning a static IP address for Knative on Google Kubernetes Engine](./serving/gke-assigning-static-ip-address.md) +* [Configuring HTTPS with a custom certificate](./serving/using-an-ssl-cert.md) ### Samples and demos