summaryrefslogtreecommitdiff
path: root/windows/res/ca-bundle.crt
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-20 10:24:18 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-20 10:24:18 +0000
commitc2f321010a06e4ccf8d8ec61f8673850c7d175e2 (patch)
treee91282e5311d6cfe771346ca6e1c261baa3eace0 /windows/res/ca-bundle.crt
parentd15ab96a51287469082e8d9068e2608a386f9e5f (diff)
downloadnetsurf-c2f321010a06e4ccf8d8ec61f8673850c7d175e2.tar.gz
netsurf-c2f321010a06e4ccf8d8ec61f8673850c7d175e2.tar.bz2
add certificate authority bundle handling to windows
The curl certificate handling on windows does not have a compiled in default location so it is necessary to attempt to find a default bundle. This provides a bundle in the install and code to set it as the default bundle location.
Diffstat (limited to 'windows/res/ca-bundle.crt')
l---------windows/res/ca-bundle.crt1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/res/ca-bundle.crt b/windows/res/ca-bundle.crt
new file mode 120000
index 000000000..ad2dd6b55
--- /dev/null
+++ b/windows/res/ca-bundle.crt
@@ -0,0 +1 @@
+../../!NetSurf/Resources/ca-bundle \ No newline at end of file