Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for not_before (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    ### Feature
    
    - Kubeadm: generate CA certificates with a start time that is offset 5 minutes in the past relative to the current system time to workaround cases of clock desync.
      client-go: allow to set NotBefore in NewSelfSignedCACert() ([#119114](https://github.com/kubernetes/kubernetes/pull/119114), [@champtar](https://github.com/champtar)) [SIG API Machinery, Auth and Cluster Lifecycle]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg crypto/x509, type Certificate struct, KeyUsage KeyUsage
    pkg crypto/x509, type Certificate struct, MaxPathLen int
    pkg crypto/x509, type Certificate struct, NotAfter time.Time
    pkg crypto/x509, type Certificate struct, NotBefore time.Time
    pkg crypto/x509, type Certificate struct, PermittedDNSDomains []string
    pkg crypto/x509, type Certificate struct, PermittedDNSDomainsCritical bool
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top