package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tangle329/origin.git
Documentation: pkg.go.dev
# Packages
Package extensions defines cryptographic extensions for OpenShift.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EnsureCA returns a CA, whether it was created (as opposed to pre-existing), and any error if serialFile is empty, a RandomSerialGenerator will be used.
if serialFile is empty, a RandomSerialGenerator will be used.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
if serialFile is empty, a RandomSerialGenerator will be used.
No description provided by the author
No description provided by the author
SecureTLSConfig enforces the default minimum security settings for the cluster.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
RandomSerialGenerator returns a serial based on time.Now and the subject.
SerialFileGenerator returns a unique, monotonically increasing serial number and ensures the CA on disk records that value.
No description provided by the author
No description provided by the author
# Interfaces
SerialGenerator is an interface for getting a serial number for the cert.
# Type aliases
CertificateExtensionFunc is passed a certificate that it may extend, or return an error if the extension attempt failed.