mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
del_rand: Deletion of RAND file in openssl config
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>
This commit is contained in:
committed by
Michael Tremer
parent
61ee842911
commit
a946892338
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user