Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PathsForCertAndKey (0.13 sec)

  1. cmd/kubeadm/app/phases/certs/renewal/readwriter_test.go

    	}
    
    	// Make sure that CA key is not present during Read() as it is not needed.
    	// This covers testing when the CA is external and not present on the host.
    	_, caKeyPath := pkiutil.PathsForCertAndKey(dirPKI, caName)
    	os.Remove(caKeyPath)
    
    	// Reads back the new certificate embedded in a kubeconfig writer
    	readCert, err = kubeconfigReadWriter.Read()
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:17:24 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top