From f48082ff8efff8432d9e3590cf0111915e8f1107 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 14:07:15 -0700 Subject: [PATCH] update docs --- docs/certificate-authority.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/certificate-authority.md b/docs/certificate-authority.md index f9925fb..7096838 100644 --- a/docs/certificate-authority.md +++ b/docs/certificate-authority.md @@ -2,7 +2,7 @@ In this lab you will setup the necessary PKI infrastructure to secure the Kubernetes components. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority and generate TLS certificates. -This lab will setup a Certificate Authority and generate a single set of TLS certificates that can be used to secure the following Kubernetes components: +In this lab you will setup a Certificate Authority and generate a single set of TLS certificates that can be used to secure the following Kubernetes components: * etcd * Kubernetes API Server