add inital documentation for the certificates API

This commit is contained in:
Mike Danese
2017-03-21 07:37:55 -07:00
parent 6f8c97f4d2
commit 31df6ab5cb
4 changed files with 211 additions and 0 deletions
+6
View File
@@ -573,3 +573,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).