We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vars
If the vars file is in ./pki (default) and set_var EASYRSA_PKI ./wrong-pki is set, then pki/vars is sourced and the commands run on ./wrong-pki.
./pki
set_var EASYRSA_PKI ./wrong-pki
pki/vars
./wrong-pki
If the vars is in the PKI, what-ever the PKI is named, then setting EASYRSA_PKI should not be allowed.
EASYRSA_PKI
EasyRSA already knows if the vars file is in the PKI and so can pre-set EASYRSA_PKI prior to sourcing vars.
Part-of: #1009 #1014
The text was updated successfully, but these errors were encountered:
TinCanTech
Successfully merging a pull request may close this issue.
If the
vars
file is in./pki
(default) andset_var EASYRSA_PKI ./wrong-pki
is set, thenpki/vars
is sourced and the commands run on./wrong-pki
.If the
vars
is in the PKI, what-ever the PKI is named, then settingEASYRSA_PKI
should not be allowed.EasyRSA already knows if the
vars
file is in the PKI and so can pre-setEASYRSA_PKI
prior to sourcingvars
.Part-of: #1009 #1014
The text was updated successfully, but these errors were encountered: