From c7980daaa41fe7697de9f4ee29865e764bde8c00 Mon Sep 17 00:00:00 2001 From: visuve Date: Sun, 28 Jun 2020 16:33:04 +0300 Subject: [PATCH] Add a note in EasyRSA-Advanced.md - The global options need to be set before the actual commands - https://github.com/OpenVPN/easy-rsa/blob/master/easyrsa3/easyrsa#L219 --- doc/EasyRSA-Advanced.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/EasyRSA-Advanced.md b/doc/EasyRSA-Advanced.md index 0986358ec..13e705b4c 100644 --- a/doc/EasyRSA-Advanced.md +++ b/doc/EasyRSA-Advanced.md @@ -117,3 +117,5 @@ possible terse description is shown below: using any openssl password options like pass:1234 or env:var * `EASYRSA_PASSOUT` (CLI: `--passout`) - allows to specify a source for password; using any openssl password options like pass:1234 or env:var + +**NOTE:** the global options need to be provided before the actual commands.