Skip to content

Commit

Permalink
Merge pull request #5 from jgarzik/readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
jgarzik authored Feb 20, 2024
2 parents c9a80ae + 3b1dc88 commit 1264d60
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
A command line tool to generate self-signed web server TLS certificates,
for use in testing.

## Usage
## Example invocation

```
$ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/self-signed-cert`
$ ls *.pem
ca-cert.pem ca-key.pem server-cert.pem server-key.pem
```

## Command Line Interface

The CLI interface is described via `--help`:
```
Expand Down Expand Up @@ -67,13 +77,3 @@ Options:
```

## Example invocation

```
$ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/self-signed-cert`
$ ls *.pem
ca-cert.pem ca-key.pem server-cert.pem server-key.pem
```

0 comments on commit 1264d60

Please sign in to comment.