Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bettercalljason committed Jan 10, 2025
1 parent 982ad4f commit c81c882
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
33 changes: 0 additions & 33 deletions Notes.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Running with Cargo
```bash
# Server
cargo run -- --key "..\example\tls\key.der" --cert "..\example\tls\cert.der"
cargo run -- --key "..\examples\tls\key.der" --cert "..\examples\tls\cert.der" --users "..\examples\auth\users.json"

# Client
cargo run -- --ca "..\example\tls\cert.der"
cargo run -- --username user1 --password password1 --ca "..\examples\tls\cert.der"

```

Expand Down
8 changes: 0 additions & 8 deletions TODO.md

This file was deleted.

0 comments on commit c81c882

Please sign in to comment.