We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In certain install scenarios the rngd fails. (No need to discuss if such install variants are sensible or not).
We could modify the postinst (also nginx!?) script like
create_gpg() { mkdir -p /etc/privacyidea/gpg rngd -r /dev/urandom || logger "Could not start the rng daemon." /opt/privacyidea/bin/pi-manage create_pgp_keys || true chown -R $USERNAME /etc/privacyidea/gpg killall -9 rngd || true }
The text was updated successfully, but these errors were encountered:
Please check if we can use std ubuntu install log mechanisms.
Sorry, something went wrong.
pablo-knight
No branches or pull requests
In certain install scenarios the rngd fails. (No need to discuss if such install variants are sensible or not).
We could modify the postinst (also nginx!?) script like
The text was updated successfully, but these errors were encountered: