Minor fixes

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

View file

@ -210,7 +210,8 @@ running `step ca provisioner add`.
To start the CA run: To start the CA run:
``` ```
step-ca $STEPPATH/config/ca.step export STEPPATH=$(step path)
step-ca $STEPPATH/config/ca.json
``` ```
### Configure Your Environment ### Configure Your Environment