feat: v0.2.0-rc, add generate_self_signed_ca.rs
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user