mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Cant load .rnd into RNG #447
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loewexy on GitHub (Nov 14, 2019).
If I run dehydrated in cron mode and it is generating a CSR it throws the following error.
I am not sure if this is a problem and where it comes from. Google just leads to some odd openssl options for which I do not know if dehydrated uses them.
@lukas2511 commented on GitHub (Nov 14, 2019):
This should be an issue with your systems openssl/libressl config, nothing directly related to dehydrated. I can't really help you with that.
@propointaws commented on GitHub (Dec 8, 2019):
For anyone else having this issue, see https://github.com/openssl/openssl/issues/7754.
TLDR, comment or remove the
RANDFILEvariable from your openssl config file, at/usr/lib/ssl/openssl.cnfin Ubuntu.