From 10978630e5d96b07d3e1815f7439a45931a22040 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Fri, 28 Dec 2018 15:48:53 -0800 Subject: [PATCH] Simplify steps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43db57f1..c7c066e1 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ In the examples below we will use `https://ca.smallstep.com:8080`. From the **remote server**: ``` - $ FP=$(step certificate fingerprint ./path/to/root_ca.crt) + $ FP=$(step certificate fingerprint $(step path)/certs/root_ca.crt) ``` 2. Bootstrap your environment. @@ -259,7 +259,7 @@ In the examples below we will use `https://ca.smallstep.com:8080`. ``` $ step ca bootstrap --fingerprint $FP --ca-url "https://ca.smallstep.com:8080" - $ cat $STEPPATH/config/defaults.json + $ cat $(step path)/config/defaults.json ``` 3. Test.