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 24, 2023
1 parent 3a18b55 commit d540717
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 49 deletions.
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
Loading

0 comments on commit d540717

Please sign in to comment.