wok-next annotate openssl/stuff/patches/ca-dir.patch @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents
children
rev   line source
al@20443 1 --- apps/CA.pl.in 2016-09-26 11:46:04.000000000 +0200
al@20443 2 +++ apps/CA.pl.in 2016-11-01 16:02:16.709616823 +0100
al@20443 3 @@ -33,7 +33,7 @@
al@20443 4 my $PKCS12 = "$openssl pkcs12";
al@20443 5
al@20443 6 # default openssl.cnf file has setup as per the following
al@20443 7 -my $CATOP = "./demoCA";
al@20443 8 +my $CATOP = "/etc/ssl";
al@20443 9 my $CAKEY = "cakey.pem";
al@20443 10 my $CAREQ = "careq.pem";
al@20443 11 my $CACERT = "cacert.pem";
al@20443 12 --- apps/openssl.cnf 2016-09-26 11:46:04.000000000 +0200
al@20443 13 +++ apps/openssl.cnf 2016-11-01 16:02:48.378503427 +0100
al@20443 14 @@ -39,7 +39,7 @@
al@20443 15 ####################################################################
al@20443 16 [ CA_default ]
al@20443 17
al@20443 18 -dir = ./demoCA # Where everything is kept
al@20443 19 +dir = /etc/ssl # Where everything is kept
al@20443 20 certs = $dir/certs # Where the issued certs are kept
al@20443 21 crl_dir = $dir/crl # Where the issued crl are kept
al@20443 22 database = $dir/index.txt # database index file.
al@20443 23 @@ -323,7 +323,7 @@
al@20443 24 [ tsa_config1 ]
al@20443 25
al@20443 26 # These are used by the TSA reply generation only.
al@20443 27 -dir = ./demoCA # TSA root directory
al@20443 28 +dir = /etc/ssl # TSA root directory
al@20443 29 serial = $dir/tsaserial # The current serial number (mandatory)
al@20443 30 crypto_device = builtin # OpenSSL engine to use for signing
al@20443 31 signer_cert = $dir/tsacert.pem # The TSA signing certificate