Skip to content

Commit

Permalink
wrong key length from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken authored Dec 1, 2023
1 parent 4e8e788 commit afd923d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Yes, PsychicHttp supports SSL out of the box, but there are a few caveats:
To generate your own self signed certificate, you can use the command below:

```
openssl req -x509 -newkey rsa:2048 -nodes -keyout server.key -out server.crt -sha256 -days 365
openssl req -x509 -newkey rsa:4096 -nodes -keyout server.key -out server.crt -sha256 -days 365
```

## Analysis
Expand Down

0 comments on commit afd923d

Please sign in to comment.