Simplify steps

This commit is contained in:
Sebastian Tiedtke 2018-12-28 15:48:53 -08:00 committed by GitHub
parent 90aabb0705
commit 10978630e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ In the examples below we will use `https://ca.smallstep.com:8080`.
From the **remote server**: 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. 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" $ 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. 3. Test.