Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	if err != nil {
    		return tlsConfigCopy, nil
    	}
    
    	ipCert, ok := tlsConfigCopy.NameToCertificate[host]
    	if !ok {
    		return tlsConfigCopy, nil
    	}
    	tlsConfigCopy.Certificates = []tls.Certificate{*ipCert}
    	tlsConfigCopy.NameToCertificate = nil
    
    	return tlsConfigCopy, nil
    }
    
    // newTLSContent determines the next set of content for overriding the baseTLSConfig.
    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