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
In #596 (comment), I suggested adding an option to not remove the temporary openssl config/extfile to improve debuggability.
Currently, this can only be achieved by commenting out
[ -z "$EASYRSA_TEMP_DIR_session" ] || rm -rf "$EASYRSA_TEMP_DIR_session"
and
rm -f "$easyrsa_openssl_conf" rm -f "$easyrsa_extra_exts"
The text was updated successfully, but these errors were encountered:
This is already taken care of.
easy-rsa/easyrsa3/easyrsa
Lines 656 to 662 in e5ec1ab
Sorry, something went wrong.
This is not a complete solution.
There is no other way to do this, other than to keep the temporary config file for verification.
Example: This string is not expanded by easyrsa, x509-types/kdc:
easyrsa
x509-types/kdc
${ENV::EASYRSA_KDC_REALM}
Testing welcome. #667
fb173e5
--keep-tmp
TinCanTech
Successfully merging a pull request may close this issue.
In #596 (comment), I suggested adding an option to not remove the temporary openssl config/extfile to improve debuggability.
Currently, this can only be achieved by commenting out
and
The text was updated successfully, but these errors were encountered: