forked from Silverfish/proton-bridge
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