Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for certChainPem (0.14 sec)

  1. security/pkg/nodeagent/cache/secretcache.go

    	if len(trustBundlePEM) > 0 {
    		rootCertPEM = concatCerts(trustBundlePEM)
    	} else {
    		// If CA Client has no explicit mechanism to retrieve CA root, infer it from the root of the certChain
    		rootCertPEM = []byte(certChainPEM[len(certChainPEM)-1])
    	}
    
    	return &security.SecretItem{
    		CertificateChain: certChain,
    		PrivateKey:       keyPEM,
    		ResourceName:     resourceName,
    		CreatedTime:      time.Now(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top