Add OpenBSD default CA certificates file location

GitHub pull: https://github.com/OfflineIMAP/offlineimap/pull/120
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
nopjmp
2014-10-07 21:39:47 -05:00
committed by Eygene Ryabinkin
parent a76bb0d2a3
commit 716a6f4718
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import os
# one that corresponds to the existing file.
__DEF_OS_LOCATIONS = {
'freebsd': '/usr/local/share/certs/ca-root-nss.crt',
'openbsd': None,
'openbsd': '/etc/ssl/cert.pem',
'netbsd': None,
'dragonfly': None,
'darwin': [