mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 11:02:16 +00:00
Bump cfssl to 56268a6
This commit is contained in:
6
vendor/github.com/cloudflare/cfssl/signer/signer.go
generated
vendored
6
vendor/github.com/cloudflare/cfssl/signer/signer.go
generated
vendored
@@ -64,6 +64,12 @@ type SignRequest struct {
|
||||
// for canonicalization) as the value of the notAfter field of the
|
||||
// certificate.
|
||||
NotAfter time.Time
|
||||
// If ReturnPrecert is true a certificate with the CT poison extension
|
||||
// will be returned from the Signer instead of attempting to retrieve
|
||||
// SCTs and populate the tbsCert with them itself. This precert can then
|
||||
// be passed to SignFromPrecert with the SCTs in order to create a
|
||||
// valid certificate.
|
||||
ReturnPrecert bool
|
||||
}
|
||||
|
||||
// appendIf appends to a if s is not an empty string.
|
||||
|
||||
Reference in New Issue
Block a user