Skip to content

Commit 5ce1122

Browse files
committed
CI: Enable shell switch errexit and update EasyRSA-Advanced.md
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
1 parent 491d371 commit 5ce1122

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog
22

33
3.2.5 (2025-12-13)
44

5+
* CI: Enable shell switch errexit, set by env-var $EASYRSA_SET_ERREXIT (772d6f6) (#1417)
56
* ssl_cert_digest(): Support Edwards curve with LibreSSL (1eaa31e) (#1415)
67
* New function ssl_cert_sig_digest() (f9d2b49) (#1414)
78
* Add '-b' alias for --batch (575a964) (#1411)

doc/EasyRSA-Advanced.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ short description is shown below:
170170
* `EASYRSA_PASSOUT` (CLI: `--passout`) - allows to specify a source for
171171
password using any openssl password options like pass:1234 or env:var
172172
* `EASYRSA_NO_PASS` (CLI: `--nopass`) - disable use of passwords
173-
* `EASYRSA_UMASK` (CLI: `--umask`) - safe umask to use for file creation.
173+
* `EASYRSA_UMASK` (CLI: `--umask`) - safe umask to use for file creation
174174
Defaults to `077`
175175
* `EASYRSA_NO_UMASK` (CLI: `--no-umask`) - disable safe umask. Files will be
176176
created using the system's default
@@ -183,5 +183,6 @@ short description is shown below:
183183
* `EASYRSA_FORCE_SAFE_SSL` (CLI: `--force-safe-ssl`) - expand environment
184184
variables in SSL config
185185
* `EASYRSA_FORCE_VARS` (CLI: `--force-vars`) - ignore known errors in 'vars' file
186+
* `EASYRSA_SET_ERREXIT` - Enable `errexit`, IE. `set -e`, within `easyrsa` script
186187

187188
**NOTE:** the global options must be provided before the commands.

0 commit comments

Comments
 (0)