update docs

pull/1/head
Kelsey Hightower 2016-07-07 07:49:56 -07:00
parent 3e3109e933
commit 5e5f0895c0
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Certificate Authority
In this lab you will setup the necessary PKI infrastructure to secure the Kuberentes API for remote communication. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority.
In this lab you will setup the necessary PKI infrastructure to secure the Kuberentes components. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority and generate TLS certificates.
## Install CFSSL
Follow the [CFSSL installation guide](https://github.com/cloudflare/cfssl#installation) and install `cfssl` and `cfssljson` binaries.
## Initialize a CA