wok-next view 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 source
1 --- apps/CA.pl.in 2016-09-26 11:46:04.000000000 +0200
2 +++ apps/CA.pl.in 2016-11-01 16:02:16.709616823 +0100
3 @@ -33,7 +33,7 @@
4 my $PKCS12 = "$openssl pkcs12";
6 # default openssl.cnf file has setup as per the following
7 -my $CATOP = "./demoCA";
8 +my $CATOP = "/etc/ssl";
9 my $CAKEY = "cakey.pem";
10 my $CAREQ = "careq.pem";
11 my $CACERT = "cacert.pem";
12 --- apps/openssl.cnf 2016-09-26 11:46:04.000000000 +0200
13 +++ apps/openssl.cnf 2016-11-01 16:02:48.378503427 +0100
14 @@ -39,7 +39,7 @@
15 ####################################################################
16 [ CA_default ]
18 -dir = ./demoCA # Where everything is kept
19 +dir = /etc/ssl # Where everything is kept
20 certs = $dir/certs # Where the issued certs are kept
21 crl_dir = $dir/crl # Where the issued crl are kept
22 database = $dir/index.txt # database index file.
23 @@ -323,7 +323,7 @@
24 [ tsa_config1 ]
26 # These are used by the TSA reply generation only.
27 -dir = ./demoCA # TSA root directory
28 +dir = /etc/ssl # TSA root directory
29 serial = $dir/tsaserial # The current serial number (mandatory)
30 crypto_device = builtin # OpenSSL engine to use for signing
31 signer_cert = $dir/tsacert.pem # The TSA signing certificate