Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildNamedCertificates (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates/tlsconfig.go

    		}
    
    		newTLSConfigCopy.Certificates = []tls.Certificate{cert}
    	}
    
    	if len(newContent.sniCerts) > 0 {
    		newTLSConfigCopy.NameToCertificate, err = c.BuildNamedCertificates(newContent.sniCerts)
    		if err != nil {
    			return fmt.Errorf("unable to build named certificate map: %v", err)
    		}
    
    		// append all named certs. Otherwise, the go tls stack will think no SNI processing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top