easy-rsa
easy-rsa copied to clipboard
Windows 7: `gen-crl` always prompts for over-write
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.