From be4b853d3a20276a96bee78edea0832a20c9039e Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Mon, 2 Mar 2020 09:45:21 -0800 Subject: [PATCH] Typo fix --- docs/questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/questions.md b/docs/questions.md index 8402a036..1cfa534f 100644 --- a/docs/questions.md +++ b/docs/questions.md @@ -120,7 +120,7 @@ The root certificate can be in PEM or DER format, and the signing key can be a P ### Option 2: More secure -That said, CAs are usually pretty locked down and it's bad practice to move the private key around. So I'm gonna assume that's not an option and give you the more complex instructions to do this "the right way", by generating a CSR for `step-ca`, getting it signed by your exiting root, and configuring `step-ca` to use it. +That said, CAs are usually pretty locked down and it's bad practice to move the private key around. So I'm gonna assume that's not an option and give you the more complex instructions to do this "the right way", by generating a CSR for `step-ca`, getting it signed by your existing root, and configuring `step-ca` to use it. When you run `step ca init` we create a couple artifacts under `~/.step/`. The important ones for us are: