File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog
22
333.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)
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments