forked from Silverfish/proton-bridge
feat(GODT-2771): improved macOS cert installation tools.
This commit is contained in:
@ -30,3 +30,7 @@ func (installer *Installer) InstallCert(certPEM []byte) error {
|
||||
func (installer *Installer) UninstallCert(certPEM []byte) error {
|
||||
return uninstallCert(certPEM)
|
||||
}
|
||||
|
||||
func (installer *Installer) IsCertInstalled(certPEM []byte) bool {
|
||||
return isCertInstalled(certPEM)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user