@@ -128,7 +128,7 @@ And just run the client.go with a new token:
128
128
``` sh
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 token client.smallstep.com)
132
132
```
133
133
134
134
## Bootstrap Client & Server
@@ -182,7 +182,7 @@ provisioner password:
182
182
``` sh
183
183
certificates $ export STEPPATH=examples/pki
184
184
certificates $ export STEP_CA_URL=https://localhost:9000
185
- certificates $ go run examples/bootstrap-server/server.go $( step ca new- token localhost)
185
+ certificates $ go run examples/bootstrap-server/server.go $( step ca token localhost)
186
186
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
187
187
Please enter the password to decrypt the provisioner key:
188
188
Listening on :8443 ...
@@ -220,7 +220,7 @@ But if we the client with the certificate name Mike we'll see:
220
220
``` sh
221
221
certificates $ export STEPPATH=examples/pki
222
222
certificates $ export STEP_CA_URL=https://localhost:9000
223
- certificates $ go run examples/bootstrap-client/client.go $( step ca new- token Mike)
223
+ certificates $ go run examples/bootstrap-client/client.go $( step ca token Mike)
224
224
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
225
225
Please enter the password to decrypt the provisioner key:
226
226
Server responded: Hello Mike at 2018-11-03 01:52:52.678215 +0000 UTC!!!
@@ -240,7 +240,7 @@ rotates after approximately two thirds of the duration has passed.
240
240
``` sh
241
241
certificates $ export STEPPATH=examples/pki
242
242
certificates $ export STEP_CA_URL=https://localhost:9000
243
- certificates $ go run examples/bootstrap-server/server.go $( step ca new- token localhost) )
243
+ certificates $ go run examples/bootstrap-server/server.go $( step ca token localhost) )
244
244
✔ Key ID: YYNxZ0rq0WsT2MlqLCWvgme3jszkmt99KjoGEJJwAKs (mike@smallstep.com)
245
245
Please enter the password to decrypt the provisioner key:
246
246
Listening on :8443 ...
0 commit comments