Skip to content
Snippets Groups Projects
Unverified Commit 299eea23 authored by Sebastian Tiedtke's avatar Sebastian Tiedtke Committed by GitHub
Browse files

Removed redundant closing brackets

parent 4518be9f
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ And just run the client.go with a new token: ...@@ -128,7 +128,7 @@ And just run the client.go with a new token:
``` ```
certificates $ export STEPPATH=examples/pki certificates $ export STEPPATH=examples/pki
certificates $ export STEP_CA_URL=https://localhost:9000 certificates $ export STEP_CA_URL=https://localhost:9000
certificates $ go run examples/basic-client/client.go $(step ca new-token client.smallstep.com)) certificates $ go run examples/basic-client/client.go $(step ca new-token client.smallstep.com)
``` ```
## Bootstrap Client & Server ## Bootstrap Client & Server
...@@ -151,7 +151,7 @@ provisioner password: ...@@ -151,7 +151,7 @@ provisioner password:
``` ```
certificates $ export STEPPATH=examples/pki certificates $ export STEPPATH=examples/pki
certificates $ export STEP_CA_URL=https://localhost:9000 certificates $ export STEP_CA_URL=https://localhost:9000
certificates $ go run examples/bootstrap-server/server.go $(step ca new-token localhost)) certificates $ go run examples/bootstrap-server/server.go $(step ca new-token localhost)
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com) ✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
Please enter the password to decrypt the provisioner key: Please enter the password to decrypt the provisioner key:
Listening on :8443 ... Listening on :8443 ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment