Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for genCertTemplateFromCSR (0.14 sec)

  1. security/pkg/pki/util/generate_cert.go

    // This is meant to handle cases where we have clock skew between the CA and workloads.
    const ClockSkewGracePeriod = time.Minute * 2
    
    // genCertTemplateFromCSR generates a certificate template with the given CSR.
    // The NotBefore value of the cert is set to current time.
    func genCertTemplateFromCSR(csr *x509.CertificateRequest, subjectIDs []string, ttl time.Duration, isCA bool) (
    	*x509.Certificate, error,
    ) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 02 14:34:38 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top