Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TinCanTech opened this issue Jun 4, 2024 · 0 comments
Open

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

TinCanTech opened this issue Jun 4, 2024 · 0 comments

Comments

@TinCanTech
Copy link
Collaborator

Because easyrsa tries to preserve file permissions, when generating a new CRL;

easy-rsa/easyrsa3/easyrsa

Lines 3239 to 3242 in 7da361d

if [ -r "$out_file" ]; then
cp -p "$out_file" "$out_file_tmp" || \
warn "Failed to preserve CRL file permissions."
fi

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

This does not happen using windows-latest on GHA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant