Skip to content

Commit 456439f

Browse files
authored
Merge pull request #18 from jgarzik/docs
update readme
2 parents 8675432 + 015203f commit 456439f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,22 @@ for use in testing.
1010

1111
`self-signed-cert` generates the four (4) files needed to test a single
1212
client/server scenario:
13-
* root CA certificate, and private key
14-
* server certificate, and private key
13+
1. Root CA certificate
14+
2. Root CA private key
15+
3. Server certificate
16+
4. Server private key
1517

1618
Optionally, the server cert request (CSR) may also be generated.
1719

1820
Many options exist to tweak certificate settings. _All CLI options are
19-
optional_. The program designed to do the right thing by default.
21+
optional_. The program designed to do the right thing by default, with
22+
zero configuration.
2023

2124
## Example invocation
2225

2326
```
24-
$ cargo run
25-
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
26-
Running `target/debug/self-signed-cert`
27+
$ self-signed-cert
28+
2729
$ ls *.pem
2830
ca-cert.pem ca-key.pem server-cert.pem server-key.pem
2931
```

0 commit comments

Comments
 (0)