Skip to content

doc: use single quotes in --tls-cipher-list

Currently, running the example code will produce the following error in bash:

$ node --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256:!RC4" server.js
bash: !RC4: event not found

This commit changes the two examples to use single quotes to avoid the shell from trying to interpret '!' as the history command.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading