Merge pull request #2939 from mikedanese/csr

add inital documentation for the certificates API
This commit is contained in:
Andrew Chen
2017-03-23 12:06:36 -07:00
committed by GitHub
4 changed files with 211 additions and 0 deletions
+6
View File
@@ -656,3 +656,9 @@ Finally, add the following parameters into API server start parameters:
openssl x509 -noout -text -in ./server.crt
Finally, do not forget to fill out and add the same parameters into the API server start parameters.
#### Certificates API
You can use the `certificates.k8s.io` API to provision
x509 certificates to use for authentication as documented
[here](/docs/tasks/tls/managing-tls-in-a-cluster).