From 2a690d81ad1d5afcd343f1ad0c3fdde173bb801e Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Tue, 27 Nov 2018 11:00:34 -0800 Subject: [PATCH] Token carries info, no need to pass in flags --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec6de47..ebe457f5 100644 --- a/README.md +++ b/README.md @@ -351,8 +351,7 @@ $ TOKEN=$(step ca token foo.example.com \ --ca-url https://ca.example.com \ --root /path/to/root_ca.crt --password-file /path/to/provisioner/password) -$ step ca certificate "foo.example.com" foo.crt foo.key --token "$TOKEN" \ - --ca-url https://ca.example.com --root /path/to/root_ca.crt +$ step ca certificate "foo.example.com" foo.crt foo.key --token "$TOKEN" ``` You can take a closer look at the contents of the certificate using `step certificate inspect`: