Skip to content

Commit

Permalink
References #37
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 7, 2022
1 parent c6bf42b commit 0f68adf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ providing the passphrase:
cd [path to tls-gen repository]/basic
# pass a password using the PASSWORD variable
make PASSWORD=bunnies

## copy or move files to use hostname-neutral filenames,
## this step is optional
# cp result/client_$(hostname)_certificate.pem result/client_certificate.pem
# cp result/client_$(hostname)_key.pem result/client_key.pem
# cp result/server_$(hostname)_certificate.pem result/server_certificate.pem
# cp result/server_$(hostname)_key.pem result/server_key.pem

# results will be under the ./result directory
ls -lha ./result
```
Expand Down

0 comments on commit 0f68adf

Please sign in to comment.