mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
Merge pull request #341 from ReTWi/patch-1
Example tip for key.pem to work
This commit is contained in:
commit
7d80c4c3d9
@ -18,6 +18,11 @@ If you want to generate your own cert/private key file, then run:
|
||||
mkcert 127.0.0.1
|
||||
```
|
||||
|
||||
If your key doesn't work, convert it to rsa:
|
||||
```bash
|
||||
openssl rsa -in key.pem -out key-rsa.pem
|
||||
```
|
||||
|
||||
[`mkcert`]: https://github.com/FiloSottile/mkcert
|
||||
|
||||
### server
|
||||
|
Loading…
Reference in New Issue
Block a user