OpenVPN / easy-rsa

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

Remove `OPENSSL_CONF=/dev/null` #1132

Closed TinCanTech closed 3 months ago

TinCanTech commented 4 months ago

Windows does not support /dev/null as a input file.

This does not appear to effect running easyrsa but it is better to remove ineffective code.

Update: Replace /dev/null with an empty temp-file.