OpenVPN / easy-rsa

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

Windows 7: `gen-crl` always prompts for over-write #1159

Open TinCanTech opened 4 months ago

TinCanTech commented 4 months ago

Because easyrsa tries to preserve file permissions, when generating a new CRL; https://github.com/OpenVPN/easy-rsa/blob/7da361d2bdcd522194199ce8a1d8bbdf8f5a7a01/easyrsa3/easyrsa#L3239-L3242

Windows 7 always prompts before over-writing the temp-file.

This does not happen using windows-latest on GHA.