Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
certificates
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
smallstep
certificates
Commits
299eea23
Unverified
Commit
299eea23
authored
6 years ago
by
Sebastian Tiedtke
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed redundant closing brackets
parent
4518be9f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/README.md
+3
-3
3 additions, 3 deletions
examples/README.md
with
3 additions
and
3 deletions
examples/README.md
+
3
−
3
View file @
299eea23
...
@@ -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 ...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment