From 6a0976458ae8564db9fe6bf85bce787d7c8a4b08 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Tue, 13 Nov 2018 14:24:24 -0800 Subject: [PATCH] Include https:// in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6147a1d5..58d86c6b 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ provides a single command that will prompt you to select and decrypt an authorized provisioner and then request a new certificate. ``` -$ step ca certificate "foo.example.com" foo.crt foo.key --ca-url ca.smallstep.com \ +$ step ca certificate "foo.example.com" foo.crt foo.key --ca-url https://ca.smallstep.com \ --root /path/to/root_ca.crt ```