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:
@ -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': [
|
||||
|
Reference in New Issue
Block a user