Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Set RANDFILE=/dev/null for ipa-server-configure-first.service
OpenSSL requires at least one of HOME or RANDFILE environment variables to be set for it to work. Without this fix, the external CA setup crashes because OpenSSL is unable to write its random state anywhere when it tries to generate a CSR for the external CA to sign.
- Loading branch information