OpenVPN / easy-rsa

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

Replace santize_path() and ignore Windows "security" warning #1033

Closed TinCanTech closed 11 months ago

TinCanTech commented 11 months ago

sanitize_path() is unnecessary and simply replaced by a condition in init_pki(), to protect against use of root / directory.

Push the dubious Easy-RSA Windows "security" warning to verbose mode.