feat: v0.2.0-rc, optimize code

This commit is contained in:
2024-03-30 20:18:37 +08:00
parent 4b2b6a1761
commit cf73b2eddd

View File

@@ -47,7 +47,7 @@ Generate self signed certificate:
$ cargo r --example generate_self_signed_ca
```
When generate success, cert and key will write to files `cert.pem`, `cert.key`.
When generate success, cert and key will write to files `cert.pem`, `cert.key`, fail if any file is existed.
Important