Skip to content

Commit

Permalink
vars_setup: Add advice to "Conflicting vars files" error message
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Sep 21, 2023
1 parent de3d484 commit ebbb51d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5727,8 +5727,11 @@ The 'vars' file was not found:
Conflicting 'vars' files found:
$found_msg

Use option --vars=<path-to/FILE> to define the vars file
or remove the conflicting vars files."
Use option --vars=<FILE> to define the vars file
or remove the conflicting vars files.

Easy-RSA recommends moving your vars file to your PKI and using
option --pki=<DIR>, which will auto-select the correct vars file."

verbose "vars_setup: Conflicting vars IGNORED"
esac
Expand Down

0 comments on commit ebbb51d

Please sign in to comment.