Skip to content

Commit

Permalink
Update managing-tls-in-a-cluster.md (#5101)
Browse files Browse the repository at this point in the history
fix bad url
  • Loading branch information
wackxu authored and steveperry-53 committed Aug 23, 2017
1 parent 74fe117 commit 1245055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/tls/managing-tls-in-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1245055

Please sign in to comment.