From: mhoellein Date: Thu, 26 Sep 2019 18:04:00 +0000 (+0200) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=8da81011520736d54e3a041c837f4cb6bb538fea;p=vserver committing changes in /etc after apt run Package changes: -libaprutil1 1.6.1-2 amd64 -libaprutil1-dbd-sqlite3 1.6.1-2 amd64 -libaprutil1-ldap 1.6.1-2 amd64 +libaprutil1 1.6.1-5+ubuntu18.04.1+deb.sury.org+1 amd64 +libaprutil1-dbd-sqlite3 1.6.1-5+ubuntu18.04.1+deb.sury.org+1 amd64 +libaprutil1-ldap 1.6.1-5+ubuntu18.04.1+deb.sury.org+1 amd64 -libssl1.1 1.1.1-1ubuntu2.1~18.04.4 amd64 +libssl1.1 1.1.1c-1+ubuntu18.04.1+deb.sury.org+1 amd64 -openssl 1.1.1-1ubuntu2.1~18.04.4 amd64 +openssl 1.1.1c-1+ubuntu18.04.1+deb.sury.org+1 amd64 --- diff --git a/ssl/openssl.cnf b/ssl/openssl.cnf index 7d1a8bb6e..4acca4b04 100644 --- a/ssl/openssl.cnf +++ b/ssl/openssl.cnf @@ -10,7 +10,6 @@ # This definition stops the following lines choking if HOME isn't # defined. HOME = . -RANDFILE = $ENV::HOME/.rnd # Extra OBJECT IDENTIFIER info: #oid_file = $ENV::HOME/.oid @@ -19,7 +18,7 @@ oid_section = new_oids # To use this configuration file with the "-extfile" option of the # "openssl x509" utility, name here the section containing the # X.509v3 extensions to use: -# extensions = +# extensions = # (Alternatively, use a configuration file that has only # X.509v3 extensions in its main [= default] section.) @@ -57,7 +56,6 @@ crlnumber = $dir/crlnumber # the current crl number # must be commented out to leave a V1 CRL crl = $dir/crl.pem # The current CRL private_key = $dir/private/cakey.pem# The private key -RANDFILE = $dir/private/.rand # private random number file x509_extensions = usr_cert # The extensions to add to the cert @@ -117,7 +115,7 @@ x509_extensions = v3_ca # The extensions to add to the self signed cert # input_password = secret # output_password = secret -# This sets a mask for permitted string types. There are several options. +# This sets a mask for permitted string types. There are several options. # default: PrintableString, T61String, BMPString. # pkix : PrintableString, BMPString (PKIX recommendation before 2004) # utf8only: only UTF8Strings (PKIX recommendation after 2004).