mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
fix: add missing option to modify system keychain
This commit is contained in:
@ -75,6 +75,7 @@ func GetTLSConfig(cfg tlsConfiger) (tlsConfig *tls.Config, err error) {
|
|||||||
"execute-with-privileges",
|
"execute-with-privileges",
|
||||||
"/usr/bin/security",
|
"/usr/bin/security",
|
||||||
"add-trusted-cert",
|
"add-trusted-cert",
|
||||||
|
"-d",
|
||||||
"-r", "trustRoot",
|
"-r", "trustRoot",
|
||||||
"-p", "ssl",
|
"-p", "ssl",
|
||||||
"-k", "/Library/Keychains/System.keychain",
|
"-k", "/Library/Keychains/System.keychain",
|
||||||
|
|||||||
Reference in New Issue
Block a user