Skip to content

Commit

Permalink
Fix #125
Browse files Browse the repository at this point in the history
  • Loading branch information
jeapostrophe committed Jul 11, 2023
1 parent 5ada2bd commit e321f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server-doc/web-server/scribblings/server-faq.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Second, if you want to make your own Racket start-up script, you can write:
This requires an SSL certificate and private key. This is very platform specific, but we will provide
the details for using OpenSSL on UNIX:

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

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

Expand Down

0 comments on commit e321f84

Please sign in to comment.