Home | History | Annotate | Download | only in http

Lines Matching refs:Certificate

2398 // Additionally, files containing a certificate and matching private key
2399 // for the server must be provided. If the certificate is signed by a
2400 // certificate authority, the certFile should be the concatenation
2401 // of the server's certificate, any intermediates, and the CA's certificate.
2803 // Additionally, files containing a certificate and matching private key for
2805 // nor TLSConfig.GetCertificate are populated.. If the certificate is signed by
2806 // a certificate authority, the certFile should be the concatenation of the
2807 // server's certificate, any intermediates, and the CA's certificate.
2831 config.Certificates = make([]tls.Certificate, 1)
2973 // expects HTTPS connections. Additionally, files containing a certificate and
2974 // matching private key for the server must be provided. If the certificate
2975 // is signed by a certificate authority, the certFile should be the concatenation
2976 // of the server's certificate, any intermediates, and the CA's certificate.
3009 // Filenames containing a certificate and matching private key for the
3011 // nor TLSConfig.GetCertificate are populated. If the certificate is
3012 // signed by a certificate authority, the certFile should be the
3013 // concatenation of the server's certificate, any intermediates, and
3014 // the CA's certificate.