Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for rootTask (0.08 sec)

  1. cmd/kubeadm/app/preflight/checks.go

    		}
    		CACertPool = x509.NewCertPool()
    		CACertPool.AppendCertsFromPEM(CACert)
    	}
    	if CACertPool != nil {
    		if config == nil {
    			config = &tls.Config{}
    		}
    		config.RootCAs = CACertPool
    	}
    	return config, nil
    }
    
    // configCertAndKey configures and returns a reference to tls.Config instance if CertFile and KeyFile pair is provided
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
Back to top