Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasCustomTLSCerts (0.2 sec)

  1. pilot/pkg/bootstrap/server.go

    			return false
    		}
    	}
    	return true
    }
    
    // hasCustomTLSCerts returns the tls cert paths, used both if custom TLS certificates are configured via args or by mounting in well known.
    // while tls args should still take precedence the aim is to encourage loading the DNS tls cert in the well known path locations.
    func hasCustomTLSCerts(tlsOptions TLSOptions) (ok bool, tlsCertPath, tlsKeyPath, caCertPath string) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top