Skip to content

Commit e321f84

Browse files
authored
Fix #125
1 parent 5ada2bd commit e321f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-server-doc/web-server/scribblings/server-faq.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Second, if you want to make your own Racket start-up script, you can write:
5555
This requires an SSL certificate and private key. This is very platform specific, but we will provide
5656
the details for using OpenSSL on UNIX:
5757

58-
@commandline{openssl genrsa -des3 -out private-key.pem 1024}
58+
@commandline{openssl genrsa -des3 -out private-key.pem 4096}
5959

6060
This will generate a new private key, but it will have a passphrase on it. You can remove this via:
6161

0 commit comments

Comments
 (0)