wok-next diff openssl/stuff/patches/ca-dir.patch @ rev 21127
Update xarchiver (0.5.4.14), xcursorgen (1.0.7)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jan 18 11:29:09 2019 +0200 (2019-01-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openssl/stuff/patches/ca-dir.patch Fri Jan 18 11:29:09 2019 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +--- apps/CA.pl.in 2016-09-26 11:46:04.000000000 +0200 1.5 ++++ apps/CA.pl.in 2016-11-01 16:02:16.709616823 +0100 1.6 +@@ -33,7 +33,7 @@ 1.7 + my $PKCS12 = "$openssl pkcs12"; 1.8 + 1.9 + # default openssl.cnf file has setup as per the following 1.10 +-my $CATOP = "./demoCA"; 1.11 ++my $CATOP = "/etc/ssl"; 1.12 + my $CAKEY = "cakey.pem"; 1.13 + my $CAREQ = "careq.pem"; 1.14 + my $CACERT = "cacert.pem"; 1.15 +--- apps/openssl.cnf 2016-09-26 11:46:04.000000000 +0200 1.16 ++++ apps/openssl.cnf 2016-11-01 16:02:48.378503427 +0100 1.17 +@@ -39,7 +39,7 @@ 1.18 + #################################################################### 1.19 + [ CA_default ] 1.20 + 1.21 +-dir = ./demoCA # Where everything is kept 1.22 ++dir = /etc/ssl # Where everything is kept 1.23 + certs = $dir/certs # Where the issued certs are kept 1.24 + crl_dir = $dir/crl # Where the issued crl are kept 1.25 + database = $dir/index.txt # database index file. 1.26 +@@ -323,7 +323,7 @@ 1.27 + [ tsa_config1 ] 1.28 + 1.29 + # These are used by the TSA reply generation only. 1.30 +-dir = ./demoCA # TSA root directory 1.31 ++dir = /etc/ssl # TSA root directory 1.32 + serial = $dir/tsaserial # The current serial number (mandatory) 1.33 + crypto_device = builtin # OpenSSL engine to use for signing 1.34 + signer_cert = $dir/tsacert.pem # The TSA signing certificate