Skip to content

Commit d26d3bf

Browse files
caolanmtimar
authored andcommitted
output from writerand is unused
so doesn't need to be written. See man 1 openssl for "Random State Options", -rand option reads the output from -writerand and that's unused here and apparently unnecessary since OpenSSL 1.1.1 Signed-off-by: Caolán McNamara <[email protected]> Change-Id: Ia3709f993b71644be8f0b816a88212efc7b76092
1 parent 6ea1ad0 commit d26d3bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker/from-packages/scripts/start-collabora-online.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if test "${DONT_GEN_SSL_CERT-set}" = set; then
88
mkdir -p /tmp/ssl/
99
cd /tmp/ssl/
1010
mkdir -p certs/ca
11-
openssl rand -writerand /opt/cool/.rnd
1211
openssl genrsa -out certs/ca/root.key.pem 2048
1312
openssl req -x509 -new -nodes -key certs/ca/root.key.pem -days 9131 -out certs/ca/root.crt.pem -subj "/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=Dummy Authority"
1413
mkdir -p certs/servers

docker/from-source-gh-action/start-collabora-online.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if test "${DONT_GEN_SSL_CERT-set}" = set; then
88
mkdir -p /tmp/ssl/
99
cd /tmp/ssl/
1010
mkdir -p certs/ca
11-
openssl rand -writerand /opt/cool/.rnd
1211
openssl genrsa -out certs/ca/root.key.pem 2048
1312
openssl req -x509 -new -nodes -key certs/ca/root.key.pem -days 9131 -out certs/ca/root.crt.pem -subj "/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=Dummy Authority"
1413
mkdir -p certs/servers

0 commit comments

Comments
 (0)