Update managing-tls-in-a-cluster.md (#5101)

fix bad url
This commit is contained in:
XsWack
2017-08-24 04:13:52 +08:00
committed by Steve Perry
parent 74fe1170cc
commit 1245055dfc
+1 -1
View File
@@ -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 and stashed in the `.spec.request` field. We are also requesting a
certificate with the "digital signature", "key encipherment", and "server certificate with the "digital signature", "key encipherment", and "server
auth" key usages. We support all key usages and extended key usages listed 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 so you can request client certificates and other certificates using this
same API. same API.