We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ada2bd commit e321f84Copy full SHA for e321f84
web-server-doc/web-server/scribblings/server-faq.scrbl
@@ -55,7 +55,7 @@ Second, if you want to make your own Racket start-up script, you can write:
55
This requires an SSL certificate and private key. This is very platform specific, but we will provide
56
the details for using OpenSSL on UNIX:
57
58
-@commandline{openssl genrsa -des3 -out private-key.pem 1024}
+@commandline{openssl genrsa -des3 -out private-key.pem 4096}
59
60
This will generate a new private key, but it will have a passphrase on it. You can remove this via:
61
0 commit comments