forked from Silverfish/proton-bridge
feat(GODT-3104): added log entry for cert install status on startup on macOS.
This commit is contained in:
@ -17,6 +17,10 @@
|
||||
|
||||
package certs
|
||||
|
||||
func osSupportCertInstall() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func installCert([]byte) error {
|
||||
return nil // Linux doesn't have a root cert store.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user