Add MacOS certificate store to search list
This commit is contained in:
parent
aaa188ce72
commit
41c5040b6a
2
bin/mw
2
bin/mw
@ -21,7 +21,7 @@ muttrc="$muttdir/muttrc"
|
|||||||
msmtprc="$HOME/.config/msmtp/config"
|
msmtprc="$HOME/.config/msmtp/config"
|
||||||
ssltype="IMAPS" # This is later changed to `None` later in the script if using Protonmail
|
ssltype="IMAPS" # This is later changed to `None` later in the script if using Protonmail
|
||||||
|
|
||||||
for x in "/etc/ssl/certs/ca-certificates.crt" "/etc/pki/tls/certs/ca-bundle.crt" "/etc/ssl/ca-bundle.pem" "/etc/pki/tls/cacert.pem" "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem"
|
for x in "/etc/ssl/certs/ca-certificates.crt" "/etc/pki/tls/certs/ca-bundle.crt" "/etc/ssl/ca-bundle.pem" "/etc/pki/tls/cacert.pem" "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" "/etc/ssl/cert.pem"
|
||||||
do
|
do
|
||||||
[ -f "$x" ] && sslcert="$x" && break
|
[ -f "$x" ] && sslcert="$x" && break
|
||||||
done || { echo "CA Certificate not found. Please install one or link it to /etc/ssl/certs/ca-certificates.crt" && exit 1 ;}
|
done || { echo "CA Certificate not found. Please install one or link it to /etc/ssl/certs/ca-certificates.crt" && exit 1 ;}
|
||||||
|
Loading…
Reference in New Issue
Block a user