Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DirEquals (0.07 sec)

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

    	// to the special /etc/certs directory. In this case, we need to ensure we do *not* read from
    	// these files, otherwise we would never rotate.
    	outputToCertificatePath, ferr := file.DirEquals(filepath.Dir(cf.CertificatePath), sc.configOptions.OutputKeyCertToDir)
    	if ferr != nil {
    		return false, nil, ferr
    	}
    	// When there are existing root certificates, or private key and certificate under
    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