Lines Matching refs:Certificate
2791 // expects HTTPS connections. Additionally, files containing a certificate and
2792 // matching private key for the server must be provided. If the certificate
2793 // is signed by a certificate authority, the certFile should be the concatenation
2794 // of the server's certificate, any intermediates, and the CA's certificate.
2827 // Filenames containing a certificate and matching private key for the
2829 // nor TLSConfig.GetCertificate are populated. If the certificate is
2830 // signed by a certificate authority, the certFile should be the
2831 // concatenation of the server's certificate, any intermediates, and
2832 // the CA's certificate.
2857 config.Certificates = make([]tls.Certificate, 1)