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

Redirect stderr to /dev/null when regenerating the CRL from cron #206

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

kyl191
Copy link
Owner

@kyl191 kyl191 commented Dec 24, 2024

Fixes #199.

Instead of redirecting in the revoke.sh script, redirect from the script that cron runs since that's the main concern.

Tested locally

[root@stream9 keys]# ./revoke.sh
Using configuration from ca.conf
[root@stream9 keys]# ./revoke.sh 2>/dev/null
[root@stream9 keys]# echo $? 
0

@kyl191 kyl191 merged commit 36babf1 into master Dec 24, 2024
14 checks passed
@kyl191 kyl191 deleted the cronspam branch December 24, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The revoke.sh script throw "Using configuration from ca.conf" message in cron logs
1 participant