Searched defs:certFile (Results 1 – 4 of 4) sorted by relevance
76 private void extractCertificate(String certFile, String password) { in extractCertificate()171 public void installCertificate(VpnProfile profile, String certFile, String password) { in installCertificate()
208 func NewClientTLSFromFile(certFile, serverNameOverride string) (TransportCredentials, error) { argument227 func NewServerTLSFromFile(certFile, keyFile string) (TransportCredentials, error) { argument
177 func LoadX509KeyPair(certFile, keyFile string) (cert Certificate, err error) { argument
531 certFile string member