Skip to content

Commit

Permalink
Integrate EASYRSA_DISABLE_INLINE into 'vars' file
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Oct 23, 2024
1 parent ad257ab commit cfe7746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5312,6 +5312,10 @@ fi
#set_var EASYRSA_KU_CRIT 1
#set_var EASYRSA_EKU_CRIT 1
#set_var EASYRSA_SAN_CRIT 1

# Disable automatic inline files
#
#set_var EASYRSA_DISABLE_INLINE 1
CREATE_VARS_EXAMPLE
;;
ssl-cnf|safe-cnf)
Expand Down
4 changes: 4 additions & 0 deletions easyrsa3/vars.example
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ fi
#set_var EASYRSA_EKU_CRIT 1
#set_var EASYRSA_SAN_CRIT 1

# Disable automatic inline files
#
#set_var EASYRSA_DISABLE_INLINE 1

# Support deprecated "Netscape" extensions? (choices "yes" or "no").
# The default is "no", to discourage use of deprecated extensions.
# If you require this feature to use with --ns-cert-type, set this to "yes".
Expand Down

0 comments on commit cfe7746

Please sign in to comment.