Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewSignedCert (0.98 sec)

  1. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    		return nil, errors.Errorf("cannot obtain key size from unknown RSA algorithm: %q", keyType)
    	}
    	return rsa.GenerateKey(cryptorand.Reader, rsaKeySize)
    }
    
    // NewSignedCert creates a signed certificate using the given CA certificate and key
    func NewSignedCert(cfg *CertConfig, key crypto.Signer, caCert *x509.Certificate, caKey crypto.Signer, isCA bool) (*x509.Certificate, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top