Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. security/pkg/k8s/chiron/utils.go

    			return nil, nil, fmt.Errorf("failed to approve CSR request: %v", err)
    		}
    		log.Debugf("CSR (%v) is approved", csr.Name)
    	}
    
    	// 3. Read the signed certificate
    	certChain, caCert, err := readSignedCertificate(client, csr, certWatchTimeout, caFilePath, appendCaCert)
    	if err != nil {
    		return nil, nil, err
    	}
    
    	// If there is a failure of cleaning up CSR, the error is returned.
    	return certChain, caCert, err
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 18:11:22 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top