Skip to content

Commit

Permalink
Add example of generating a new CA and a new server cert signed by th…
Browse files Browse the repository at this point in the history
…at CA, resolving rustls#79
  • Loading branch information
iamjpotts committed Aug 25, 2023
1 parent 590cc61 commit e2cbb8b
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changes

## Unreleased

- Add [example](./examples/auto-gen-ca-and-server-tls.rs) that creates a new CA and new server certificate signed by it.
Contributed by [iamjpotts](https://github.com/iamjpotts).

## Release 0.11.1 - June 17, 2023

- Make botan a dev-dependency again. Contributed by [mbrubeck](https://github.com/mbrubeck).
Expand Down
274 changes: 273 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e2cbb8b

Please sign in to comment.