diff --git a/docs/tls/README.md b/docs/tls/README.md index 53eb72282..e3c623b77 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -150,7 +150,7 @@ DNS.1 = localhost Run `openssl` by specifying the configuration file and enter a passphrase if prompted: ```sh -openssl req -x509 -nodes -days 730 -key private.key -out public.crt -config openssl.conf +openssl req -new -x509 -nodes -days 730 -key private.key -out public.crt -config openssl.conf ``` ### 3.3 Use GnuTLS (for Windows) to Generate a Certificate