From 4680a965f8d412ab58d9bcef3e8177d563d0cb2a Mon Sep 17 00:00:00 2001 From: Martin Mosegaard Amdisen Date: Sat, 30 Dec 2017 15:06:57 +0100 Subject: [PATCH] Update results of cfssl commands Mention the third file generated. --- docs/04-certificate-authority.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index 7229356..6d7faf7 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -62,6 +62,8 @@ ca-key.pem ca.pem ``` +(A third file, `ca.csr`, is also generated, but can be ignored.) + ## Client and Server Certificates In this section you will generate client and server certificates for each Kubernetes component and a client certificate for the Kubernetes `admin` user.