1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update deps

This commit is contained in:
Rob Ede
2023-07-08 18:51:57 +01:00
parent ce10427457
commit 7b865c6aed
4 changed files with 641 additions and 572 deletions

View File

@ -13,7 +13,7 @@ mkcert -install
If you want to generate your own cert/private key file, then run:
```sh
mkcert 127.0.0.1 localhost
mkcert -key-file key.pem -cert-file cert.pem 127.0.0.1 localhost
```
For `rsa` keys use `rsa_private_keys` function instead `pkcs8_private_keys`