-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Simplify easyrsa_openssl()
#749
Comments
Changes made so far have uncovered a problem. Both LibreSSL and OpenSSL complain loudly when This means, to stop the error messages, Which means, for LibreSSL every call must have an fully expanded EasyRSA safe SSL config file. Thus, Instead:
|
It gets even worse .. Some SSL commands do not support
|
Hand-off regular/common subsidiary SSL commands to wrapper functions. EG: Certificate serial-number and valid operational dates. |
Example:
Use
has-config
to select when the config is required for an SSL command only.The text was updated successfully, but these errors were encountered: