From 905bfd6ea3c147d90915479c6ddb0c37cf97ae26 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 07:59:02 -0700 Subject: [PATCH] update docs --- docs/certificate-authority.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/certificate-authority.md b/docs/certificate-authority.md index 2d484f8..a626a56 100644 --- a/docs/certificate-authority.md +++ b/docs/certificate-authority.md @@ -10,7 +10,17 @@ This lab will setup a Certificate Authority and generated a single set of TLS ce > In production you should strongly consider generating individual TLS certificates for each component. -The TLS certificates in this lab will be copied to each machine running a Kubernetes components. +After completing this lab you should have the following TLS certificates: + +``` +ca-key.pem +ca.csr +ca.pem +kubernetes-key.pem +kubernetes.csr +kubernetes.pem +``` + ## Install CFSSL