Compare commits
No commits in common. "wolffshots/patch-1" and "master" have entirely different histories.
wolffshots
...
master
1 changed files with 2 additions and 4 deletions
|
|
@ -35,8 +35,6 @@ With Go installed you can:
|
|||
* Execute the go code - `go run create_certs/src/create_certs.go`
|
||||
* Build a new binary for your platform - `go build create_certs/src/create_certs.go`
|
||||
|
||||
Note: since the program looks for the Bumper_SAN.txt in a location relative to the executable and the executable with `go run` is in a `tmp` directory you'll most likely need to specify it with `go run ../create_certs/src/create_certs.go --inSAN ../create_certs/Bumper_SAN.txt` if you were running it from the `certs` directory.
|
||||
|
||||
### Usage
|
||||
|
||||
Create_Certs will automatically create the required certificates in the directory it is executed from. For best results change to the {bumper_home}/certs directory prior to executing, otherwise you'll need to move the certs after.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue