streams/library/certs
2017-09-24 21:24:52 -07:00
..
cacert.pem update the trusted CA cert database 2017-09-24 21:24:52 -07:00
comodo.pem add comodo intermediate certs and a method to add other intermediate certs. 2014-12-03 10:51:47 -08:00
lets-encrypt-x3-cross-signed.pem add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations 2016-06-27 19:04:00 -07:00
README.md more work on the notifier 2015-09-29 21:08:12 -07:00

This directory contains browser valid certs for use with hubzilla when using curl (server to server communication). The cacert.pem file in this directory is downloaded (when necessary) from the curl repository and tracks the Mozilla built-in certs. Additionally we've discovered we occasionally require intermediate certs from some cert providers which Mozilla and other browsers obtain automatically but curl does not. You may add these here if required. All these files are concatenated to create the library/cacert.pem file which we will use.

Obtain the converted mozilla certs here: http://curl.haxx.se/docs/caextract.html

Store as cacert.pem in this directory and then

cat *.pem > ../cacert.pem

to generate the master file in /library/cacert.pem