File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ And just run the client.go with a new token:
128
128
```
129
129
certificates $ export STEPPATH=examples/pki
130
130
certificates $ export STEP_CA_URL=https://localhost:9000
131
- certificates $ go run examples/basic-client/client.go $(step ca new-token client.smallstep.com))
131
+ certificates $ go run examples/basic-client/client.go $(step ca new-token client.smallstep.com)
132
132
```
133
133
134
134
## Bootstrap Client & Server
@@ -151,7 +151,7 @@ provisioner password:
151
151
```
152
152
certificates $ export STEPPATH=examples/pki
153
153
certificates $ export STEP_CA_URL=https://localhost:9000
154
- certificates $ go run examples/bootstrap-server/server.go $(step ca new-token localhost))
154
+ certificates $ go run examples/bootstrap-server/server.go $(step ca new-token localhost)
155
155
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
156
156
Please enter the password to decrypt the provisioner key:
157
157
Listening on :8443 ...
@@ -224,4 +224,4 @@ sure the certificate changes after 74-80 seconds.
224
224
225
225
```
226
226
certificates $ step certificate inspect --insecure https://localhost:8443
227
- ```
227
+ ```
You can’t perform that action at this time.
0 commit comments