From 5e5f0895c0b0e400b1fabb0bc7e46166e02e6fe4 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 07:49:56 -0700 Subject: [PATCH] update docs --- docs/certificate-authority.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/certificate-authority.md b/docs/certificate-authority.md index a308e48..2d07974 100644 --- a/docs/certificate-authority.md +++ b/docs/certificate-authority.md @@ -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