From 2ab720513106710ad543e3a4490b85b1337e949f Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 5 Aug 2022 18:08:02 +0100 Subject: [PATCH] Squashed commit - doc: Add 'ed' option to EASYRSA_ALGO commit 37232a8a6677dcdd5be4b4f9d3f1c8241e214a49 Merge: bee93cf a3c9f0b Author: Richard T Bonhomme Date: Fri Aug 5 18:05:56 2022 +0100 Merge branch 'doc-add-ed' of ssh://github.com/mnme/easy-rsa into mnme-doc-add-ed Signed-off-by: Richard T Bonhomme commit a3c9f0bb5b79fa9fffaaf65b109069035138788b Author: Nicolas Jeker Date: Thu Aug 20 11:31:32 2020 +0200 doc: Add 'ed' option to EASYRSA_ALGO Related to #488 Signed-off-by: Richard T Bonhomme --- doc/EasyRSA-Advanced.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/EasyRSA-Advanced.md b/doc/EasyRSA-Advanced.md index f9c818b..3211aaa 100644 --- a/doc/EasyRSA-Advanced.md +++ b/doc/EasyRSA-Advanced.md @@ -97,7 +97,8 @@ possible terse description is shown below: mode * `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_ALGO` (CLI: `--use-algo`) - set the crypto alg to use: rsa, ec or + ed * `EASYRSA_CURVE` (CLI: `--curve`) - define the named EC curve to use * `EASYRSA_EC_DIR` - dir to store generated ecparams * `EASYRSA_CA_EXPIRE` (CLI: `--days`) - set the CA expiration time in days