From 1245055dfcfe951060e65c5b3d7f0755e3bf2475 Mon Sep 17 00:00:00 2001 From: XsWack Date: Thu, 24 Aug 2017 04:13:52 +0800 Subject: [PATCH] Update managing-tls-in-a-cluster.md (#5101) fix bad url --- docs/tasks/tls/managing-tls-in-a-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/tls/managing-tls-in-a-cluster.md b/docs/tasks/tls/managing-tls-in-a-cluster.md index 308613f589..30299af8c4 100644 --- a/docs/tasks/tls/managing-tls-in-a-cluster.md +++ b/docs/tasks/tls/managing-tls-in-a-cluster.md @@ -111,7 +111,7 @@ Notice that the `server.csr` file created in step 1 is base64 encoded and stashed in the `.spec.request` field. We are also requesting a certificate with the "digital signature", "key encipherment", and "server auth" key usages. We support all key usages and extended key usages listed -[here](https://godoc.org/k8s.io/client-go/pkg/apis/certificates/v1beta1#KeyUsage) +[here](https://godoc.org/k8s.io/api/certificates/v1beta1#KeyUsage) so you can request client certificates and other certificates using this same API.