streams/library/certs
2018-08-13 17:24:48 -07:00
..
cacert.pem update certs 2018-08-01 21:32:05 -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 minor oauth2 updates - renamed zot webbie to 'webfinger' and zothash to 'portable_id', fixed/simplified cgi auth mode 2018-08-13 17:24:48 -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