From c2a302eeac6ae1ff22fac8fb20193e0da6878367 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 21 Mar 2022 22:40:54 +0000 Subject: [PATCH] Update EasyRSA-Advanced.md: Correct command line option --keysize Closes: #198 Signed-off-by: Richard T Bonhomme --- doc/EasyRSA-Advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EasyRSA-Advanced.md b/doc/EasyRSA-Advanced.md index 2ced95f..3e4d87b 100644 --- a/doc/EasyRSA-Advanced.md +++ b/doc/EasyRSA-Advanced.md @@ -95,7 +95,7 @@ possible terse description is shown below: * `EASYRSA_REQ_EMAIL` (CLI: `--req-email`) - set the DN email with org mode * `EASYRSA_REQ_OU` (CLI: `--req-ou`) - set the DN organizational unit with org mode - * `EASYRSA_KEY_SIZE` (CLI: `--key-size`) - set the key size in bits to + * `EASYRSA_KEY_SIZE` (CLI: `--keysize`) - set the key size in bits to generate * `EASYRSA_ALGO` (CLI: `--use-algo`) - set the crypto alg to use: rsa or ec * `EASYRSA_CURVE` (CLI: `--curve`) - define the named EC curve to use