OpenVPN / easy-rsa

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

Replace 'mkdir -p' with individual 'mkdir' calls #1100

Closed TinCanTech closed 5 months ago

TinCanTech commented 5 months ago

Windows 11 does not allow 'mkdir -p' to function corrctly, the commaand always fails and never returns an error.

Replace 'mkdir -p' with individual calls for each directory depth.

TinCanTech commented 5 months ago

Superseded-by: #1101