From 3e28af1723441084232fda48e4909ab2306897c0 Mon Sep 17 00:00:00 2001 From: Yoann Guillerme Date: Tue, 28 Dec 2021 21:51:38 +0100 Subject: [PATCH] docs: update TLS doc use -keyout instead of -key (#14001) --- docs/tls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tls/README.md b/docs/tls/README.md index 7fe955f9e..b653ae13c 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -148,7 +148,7 @@ DNS.1 = localhost Run `openssl` by specifying the configuration file and enter a passphrase if prompted: ```sh -openssl req -new -x509 -nodes -days 730 -key private.key -out public.crt -config openssl.conf +openssl req -new -x509 -nodes -days 730 -keyout private.key -out public.crt -config openssl.conf ``` ### 3.3 Use GnuTLS (for Windows) to Generate a Certificate