diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 690055af..b8d31941 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -2976,6 +2976,10 @@ See error messages above for details." # Generate inline file V2 inline_file() { + # Allow complete disable + [ "$EASYRSA_DISABLE_INLINE" ] && return + + # definitive source [ "$1" ] || die "inline_file - Missing file_name_base" # Source files