mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update deps
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user