Skip to content

Commit

Permalink
finish the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Nov 5, 2023
1 parent dfefa13 commit e990a65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example_crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ cargo run --example client_ca
```

Private keys, certificates, chains, and a `*.p12` encrypted archive containing the full client cert chain and private
key will be generated in [`output/client-ca`](../output/client-ca).
key will be generated in `output/client-ca` in the repository root.

X509 is configured fairly securely, limiting key usage/basic/extended constraints, such that there are at max two
levels of CAs, and the client certificate is limited to only being used for client authentication.

## Benchmarks
a
Expand Down

0 comments on commit e990a65

Please sign in to comment.