File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Example
2
2
3
- # Client & Server requests
3
+ # Bootstrap Client & Server
4
4
5
5
On this example we are going to see the Certificate Authority running, as well
6
6
as a simple Server using TLS and a simple client doing TLS requests to the
@@ -20,7 +20,7 @@ provisioner password:
20
20
```
21
21
certificates $ export STEPPATH=examples/pki
22
22
certificates $ export STEP_CA_URL=https://localhost:9000
23
- certificates $ go run examples/server.go $(step ca new-token localhost))
23
+ certificates $ go run examples/bootstrap-server/ server.go $(step ca new-token localhost))
24
24
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
25
25
Please enter the password to decrypt the provisioner key:
26
26
Listening on :8443 ...
@@ -58,7 +58,7 @@ But if we the client with the certificate name Mike we'll see:
58
58
```
59
59
certificates $ export STEPPATH=examples/pki
60
60
certificates $ export STEP_CA_URL=https://localhost:9000
61
- certificates $ go run examples/client.go $(step ca new-token Mike)
61
+ certificates $ go run examples/bootstrap-client/ client.go $(step ca new-token Mike)
62
62
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
63
63
Please enter the password to decrypt the provisioner key:
64
64
Server responded: Hello Mike at 2018-11-03 01:52:52.678215 +0000 UTC!!!
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments