mirror of https://github.com/zulip/zulip.git
generate-self-signed-cert: Remove RANDFILE.
This was not needed for OpenSSL ≥ 1.1.1 (all our supported platforms), and breaks with OpenSSL ≥ 3.0.0 (Ubuntu 22.04). It was removed from the upstream configuration file too: https://bugs.debian.org/990228. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
f852af0709
commit
f9997e311c
|
@ -77,8 +77,6 @@ cat >"$config" <<EOF
|
|||
# Based on /usr/share/ssl-cert/ssleay.cnf from Debian's \`ssl-cert\`
|
||||
# package, which is used for the system's snakeoil cert in /etc/ssl/.
|
||||
|
||||
RANDFILE = /dev/urandom
|
||||
|
||||
[ req ]
|
||||
default_bits = 2048
|
||||
distinguished_name = req_distinguished_name
|
||||
|
|
Loading…
Reference in New Issue