mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
feat(GODT-2771): gRPC calls for TLS certificates.
This commit is contained in:
@ -24,3 +24,7 @@ func installCert([]byte) error {
|
||||
func uninstallCert([]byte) error {
|
||||
return nil // Linux doesn't have a root cert store.
|
||||
}
|
||||
|
||||
func isCertInstalled([]byte) error {
|
||||
return false
|
||||
}
|
||||
|
||||
@ -24,3 +24,7 @@ func installCert([]byte) error {
|
||||
func uninstallCert([]byte) error {
|
||||
return nil // NOTE(GODT-986): Uninstall certs from root cert store?
|
||||
}
|
||||
|
||||
func isCertInstalled([]byte) error {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user