File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -66,22 +66,26 @@ correctly.
66
66
67
67
## Install
68
68
69
- 1 . [ Set up Go] ( https://golang.org/doc/install ) . Add ~ /go/bin to your $PATH, or
70
- set GOBIN to a directory that is in your $PATH already.
71
- 2 . git clone github.com/letsencrypt/pebble/
72
- 3 . cd pebble
73
- 4 . go install ./cmd/pebble
69
+ 1 . [ Set up Go] ( https://golang.org/doc/install )
70
+ 2 . Add ` ~/go/bin ` to your $PATH, or set ` GOBIN ` to a directory that is in your
71
+ $PATH already, so that ` pebble ` will be in your $PATH for easy execution.
72
+ - One way to do this is to add ` export PATH=$PATH:$HOME/go/bin ` to your ` ~/.profile `
73
+ 4 . git clone https://github.com/letsencrypt/pebble/
74
+ 5 . cd pebble
75
+ 6 . go install ./cmd/pebble
74
76
75
77
## Usage
76
78
77
79
### Binary
78
80
79
- Assuming pebble is in your $PATH:
81
+ Assuming pebble is easily accessible in your $PATH:
80
82
81
83
``` bash
82
84
pebble -config ./test/config/pebble-config.json
83
85
```
84
86
87
+ (otherwise replace ` pebble ` with ` ~/go/bin/pebble ` or ` $GOBIN/pebble ` )
88
+
85
89
Afterwards you can access the Pebble server's ACME directory
86
90
at ` https://localhost:14000/dir ` .
87
91
You can’t perform that action at this time.
0 commit comments