forked from TrueCloudLab/certificates
Simplify steps
This commit is contained in:
parent
90aabb0705
commit
10978630e5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue