File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,22 @@ for use in testing.
10
10
11
11
` self-signed-cert ` generates the four (4) files needed to test a single
12
12
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
15
17
16
18
Optionally, the server cert request (CSR) may also be generated.
17
19
18
20
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.
20
23
21
24
## Example invocation
22
25
23
26
```
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
+
27
29
$ ls *.pem
28
30
ca-cert.pem ca-key.pem server-cert.pem server-key.pem
29
31
```
You can’t perform that action at this time.
0 commit comments