From b71b45aafc618d32d23c099a4d4db8bad2f09e54 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 3 Dec 2014 10:51:47 -0800 Subject: add comodo intermediate certs and a method to add other intermediate certs. --- library/certs/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 library/certs/README.md (limited to 'library/certs/README.md') diff --git a/library/certs/README.md b/library/certs/README.md new file mode 100644 index 000000000..9a2ca7eca --- /dev/null +++ b/library/certs/README.md @@ -0,0 +1 @@ +This directory contains *browser valid* certs for use with redmatrix 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. \ No newline at end of file -- cgit v1.2.3