OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4.02k stars 1.19k forks source link

LibreSSL: Ignore and discard missing config file warning #1138

Closed TinCanTech closed 4 months ago

TinCanTech commented 4 months ago

LibreSSL always warns about a missing config file, even when the command in use does not require a config file. eg. Command 'version'.

Redirect stderr to /dev/null and "erase" this warning.