Skip to content

Commit d540717

Browse files
committed
Add example of generating a new CA and a new server cert signed by that CA, resolving rustls#79
1 parent 3a18b55 commit d540717

File tree

4 files changed

+499
-49
lines changed

4 files changed

+499
-49
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# Changes
33

4+
## Unreleased
5+
6+
- Add [example](./examples/auto-gen-ca-and-server-tls.rs) that creates a new CA and new server certificate signed by it.
7+
Contributed by [iamjpotts](https://github.com/iamjpotts).
8+
49
## Release 0.11.1 - June 17, 2023
510

611
- Make botan a dev-dependency again. Contributed by [mbrubeck](https://github.com/mbrubeck).

0 commit comments

Comments
 (0)