summarylogtreecommitdiffstats
path: root/ca-dir.patch
diff options
context:
space:
mode:
authorlily wilson2015-12-13 07:58:45 -0500
committerlily wilson2015-12-13 07:58:45 -0500
commit70d7ba7e5ab152c5cc5180d201752ab9a1193693 (patch)
treecc817f0604cf99b1f1d1332b08301afd318b0919 /ca-dir.patch
downloadaur-70d7ba7e5ab152c5cc5180d201752ab9a1193693.tar.gz
initial import
Diffstat (limited to 'ca-dir.patch')
-rw-r--r--ca-dir.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/ca-dir.patch b/ca-dir.patch
new file mode 100644
index 000000000000..1ad68f259dac
--- /dev/null
+++ b/ca-dir.patch
@@ -0,0 +1,22 @@
+--- apps/CA.pl.in 2006-04-28 02:30:49.000000000 +0200
++++ apps/CA.pl.in 2010-04-01 00:35:02.600553509 +0200
+@@ -28,7 +28,7 @@
+ my $PKCS12 = "$openssl pkcs12";
+
+ # default openssl.cnf file has setup as per the following
+-my $CATOP = "./demoCA";
++my $CATOP = "/etc/ssl";
+ my $CAKEY = "cakey.pem";
+ my $CAREQ = "careq.pem";
+ my $CACERT = "cacert.pem";
+--- apps/openssl.cnf 2009-04-04 20:09:43.000000000 +0200
++++ apps/openssl.cnf 2010-04-01 00:35:02.607220681 +0200
+@@ -39,7 +39,7 @@
+ ####################################################################
+ [ CA_default ]
+
+-dir = ./demoCA # Where everything is kept
++dir = /etc/ssl # Where everything is kept
+ certs = $dir/certs # Where the issued certs are kept
+ crl_dir = $dir/crl # Where the issued crl are kept
+ database = $dir/index.txt # database index file.