From 4a485dd6be3d5425be69f734543ac4891ff45136 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 07:59:38 -0700 Subject: [PATCH] update docs --- docs/certificate-authority.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/certificate-authority.md b/docs/certificate-authority.md index a626a56..82fecef 100644 --- a/docs/certificate-authority.md +++ b/docs/certificate-authority.md @@ -10,14 +10,12 @@ 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. -After completing this lab you should have the following TLS certificates: +After completing this lab you should have the following TLS keys and certificates: ``` ca-key.pem -ca.csr ca.pem kubernetes-key.pem -kubernetes.csr kubernetes.pem ```