feat: v0.2.0-rc, add generate_self_signed_ca.rs

This commit is contained in:
2024-03-30 17:28:22 +08:00
parent be9cd0b78e
commit 538187bdcf
2 changed files with 28 additions and 2 deletions

View File

@@ -23,8 +23,16 @@
}
```
Generate self signed certificate:
```shell
$ cargo r --example generate_self_signed_ca
```
Important
* intermediate certificate only tested ECDSA(P384) with SHA384
* Intermediate certificate tested:
* ECDSA(P384) with SHA384
* P256 with SHA256
* P384 with SHA256 is NOT supported
* P256 with SHA256 should be supported, but not tested