aboutsummaryrefslogtreecommitdiffstats
path: root/testing/acme-client/default-ca.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-19 13:43:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-19 13:43:50 +0000
commit7f0d3977e95250d61c6056ed11409ba1bba4ca84 (patch)
tree872efc7aba1c742e8aeb6a32cd5eefdf1aa0d115 /testing/acme-client/default-ca.patch
parentffa25e7965b1761d739f0efaa2660bdbe099e7f1 (diff)
downloadaports-7f0d3977e95250d61c6056ed11409ba1bba4ca84.tar.bz2
aports-7f0d3977e95250d61c6056ed11409ba1bba4ca84.tar.xz
testing/acme-clinet: set default ca certificates file
Diffstat (limited to 'testing/acme-client/default-ca.patch')
-rw-r--r--testing/acme-client/default-ca.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/acme-client/default-ca.patch b/testing/acme-client/default-ca.patch
new file mode 100644
index 0000000000..fb23385a76
--- /dev/null
+++ b/testing/acme-client/default-ca.patch
@@ -0,0 +1,12 @@
+diff --git a/config.h b/config.h
+index 31f9653..e2a493f 100644
+--- a/config.h
++++ b/config.h
+@@ -6,6 +6,7 @@
+ # define NOBODY_USER "nobody"
+ #endif
+
++#define DEFAULT_CA_FILE "/etc/ssl/certs/ca-certificates.crt"
+ /*
+ * You can define this if your system has its /var/empty elsewhere.
+ */