]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
del_rand: Deletion of RAND file in openssl config
authorErik Kapfer <ummeegge@ipfire.org>
Tue, 8 Jan 2019 19:33:32 +0000 (20:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Jan 2019 13:49:29 +0000 (13:49 +0000)
Fixes #11943

Since the kernel RNG should do this, there is no need for this anymore.

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/ovpn/openssl/ovpn.cnf
config/ssl/openssl.cnf

index 40daf2a0a886dd4957df00c3303d3504f8cb0bc0..96c3dcb09dbbe99354ee24370c9844f4570bd72a 100644 (file)
@@ -1,5 +1,4 @@
 HOME                           = .
-RANDFILE                       = /var/ipfire/ovpn/ca/.rnd
 oid_section                    = new_oids
 
 [ new_oids ]
@@ -17,7 +16,6 @@ certificate                   = $dir/ca/cacert.pem
 serial                         = $dir/certs/serial
 crl                            = $dir/crl.pem
 private_key                    = $dir/ca/cakey.pem
-RANDFILE                       = $dir/ca/.rand
 x509_extensions                        = usr_cert
 default_days                   = 999999
 default_crl_days               = 30
index 9d1e6e1ff5e5510483af261cb00eced32bb5893a..3b980fcd40f3bae0815bdcf37003d4d1483af09c 100644 (file)
@@ -1,5 +1,4 @@
 HOME           = .
-RANDFILE       = /var/tmp/.rnd
 oid_section    = new_oids
 
 [ new_oids ]
@@ -17,7 +16,6 @@ certificate   = $dir/ca/cacert.pem
 serial         = $dir/certs/serial
 crl            = $dir/crls/cacrl.pem
 private_key    = $dir/private/cakey.pem
-RANDFILE       = $dir/tmp/.rand
 x509_extensions        = usr_cert
 default_days   = 999999
 default_crl_days= 30