OpenVPN / easy-rsa

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

Improve ssl_cert_x509v3_eku() #1125

Closed TinCanTech closed 4 months ago

TinCanTech commented 4 months ago

Remove subshell definition for OPENSSL_CONF, not required.

Call SSL binary directly, do not use easyrsa_openssl() wrapper.

Add comment to clarify error detection from subshell failure.