racket / web-server

Other
90 stars 47 forks source link

update key length #125

Closed shriram closed 1 year ago

shriram commented 1 year ago

The docs suggest using 1024-bit keys:

openssl genrsa -des3 -out private-key.pem 1024

But these days that produces an error as being too short. Even 2048 doesn't seem long enough. Take it up 4096.

jeapostrophe commented 1 year ago

Thanks!