haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

use /etc/ssl/cert.pem on openbsd #26

Closed joeyh closed 9 years ago

joeyh commented 10 years ago

I'm told that openbsd puts all certs into a single pem file, and that if that file is put where certificate expects to find it (/etc/ssl/certs), it's able to handle it.

http://git-annex.branchable.com/bugs/Creating_a_WebDAV_repo_under_OpenBSD/

So, it seems that to support openbsd the code needs to be changed to only read from /etc/ssl/cert.pem.