From 568fe107ec4fcea18fae3387a4419178758b099a Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Tue, 13 Feb 2018 15:37:50 -0500 Subject: [PATCH] Clarify that names section of ca-csr.json is optional (#7392) --- docs/setup/independent/high-availability.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index c4c6b72d8c..539518f639 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -117,7 +117,9 @@ For **Option 2**: you can skip to the next step. Any reference to `etcd0`, `etcd EOF ``` - Ensure that the `names` section in `ca-csr.json` matches your own company or personal address, or that you use a suitable default. + **Optional:** You can modify `ca-csr.json` to add a section for `names`. + See [the CFSSL wiki](https://github.com/cloudflare/cfssl/wiki/Creating-a-new-CSR) for an example. + {: .note} 1. Next, generate the CA certs like so: