Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readSignedCsr (0.25 sec)

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

    	watchTimeout time.Duration, caCertPath string, appendCaCert bool,
    ) ([]byte, []byte, error) {
    	// First try to read the signed CSR through a watching mechanism
    	certPEM, err := readSignedCsr(client, csr.Name, watchTimeout)
    	if err != nil {
    		return nil, nil, err
    	}
    	if len(certPEM) == 0 {
    		return nil, nil, fmt.Errorf("no certificate returned for the CSR: %q", csr.Name)
    	}
    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