add symbols-nerd fonts
[oi-userland.git] / components / library / openssl / openssl-1.1 / patches / 008_openssl_cnf.patch
blob5a4bef2fa652c2cfc3396244747ba1e43d3a1e93
2 # Ship usable openssl.cnf file.
4 # Not suitable for upstream.
6 diff -ruN openssl-0.9.8a/apps/CA.pl.in openssl-0.9.8a/apps/CA.pl.in
7 --- openssl-1.1.1c/apps/CA.pl.in 2019-05-31 16:44:07.174622102 +0200
8 +++ openssl-1.1.1c/apps/CA.pl.in 2019-05-31 16:58:44.144559167 +0200
9 @@ -33,7 +33,7 @@
10 my $PKCS12 = "$openssl pkcs12";
12 # default openssl.cnf file has setup as per the following
13 -my $CATOP = "./demoCA";
14 +my $CATOP = "/etc/openssl/1.1";
15 my $CAKEY = "cakey.pem";
16 my $CAREQ = "careq.pem";
17 my $CACERT = "cacert.pem";
18 diff -ruN openssl-0.9.8a/apps/openssl.cnf openssl-0.9.8a/apps/openssl.cnf
19 --- openssl-0.9.8a/apps/openssl.cnf 2005-09-16 14:20:24.000000000 +0200
20 +++ openssl-0.9.8a/apps/openssl.cnf 2009-04-21 16:07:13.910980196 +0200
21 @@ -39,7 +39,7 @@
22 ####################################################################
23 [ CA_default ]
25 -dir = ./demoCA # Where everything is kept
26 +dir = /etc/openssl/1.1 # Where everything is kept
27 certs = $dir/certs # Where the issued certs are kept
28 crl_dir = $dir/crl # Where the issued crl are kept
29 database = $dir/index.txt # database index file.
30 @@ -49,7 +49,7 @@
32 certificate = $dir/cacert.pem # The CA certificate
33 serial = $dir/serial # The current serial number
34 -crlnumber = $dir/crlnumber # the current crl number
35 +#crlnumber = $dir/crlnumber # the current crl number
36 # must be commented out to leave a V1 CRL
37 crl = $dir/crl.pem # The current CRL
38 private_key = $dir/private/cakey.pem# The private key
39 @@ -126,17 +126,17 @@
41 [ req_distinguished_name ]
42 countryName = Country Name (2 letter code)
43 -countryName_default = AU
44 +#countryName_default = US
45 countryName_min = 2
46 countryName_max = 2
48 stateOrProvinceName = State or Province Name (full name)
49 -stateOrProvinceName_default = Some-State
50 +#stateOrProvinceName_default = Some-State
52 localityName = Locality Name (eg, city)
54 0.organizationName = Organization Name (eg, company)
55 -0.organizationName_default = Internet Widgits Pty Ltd
56 +#0.organizationName_default = Unconfigured OpenSSL Installation
58 # we can do this but it is not needed normally :-)
59 #1.organizationName = Second Organization Name (eg, company)