From 4680a965f8d412ab58d9bcef3e8177d563d0cb2a Mon Sep 17 00:00:00 2001 From: Martin Mosegaard Amdisen Date: Sat, 30 Dec 2017 15:06:57 +0100 Subject: [PATCH 1/2] 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. From bc6258361afebd775953bd149d015001c548f828 Mon Sep 17 00:00:00 2001 From: Martin Mosegaard Amdisen Date: Sat, 30 Dec 2017 15:23:19 +0100 Subject: [PATCH 2/2] Update cfssl results Make the comment more generic, because more `.csr` files are generated further down. --- docs/04-certificate-authority.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index 6d7faf7..2534045 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -62,7 +62,7 @@ ca-key.pem ca.pem ``` -(A third file, `ca.csr`, is also generated, but can be ignored.) +(The commands also generate a `.csr` file, which can be ignored.) ## Client and Server Certificates