package
0.2.13
Repository: https://github.com/hashicorp/nodeenrollment.git
Documentation: pkg.go.dev

# Functions

BreakIntoNextProtos takes in a prefix and a value and breaks it into a chunks.
ClientConfigs creates client-side tls.Config by from the given NodeCredentials.
CombineFromNextProtos takes in a prefix and chunks and combines it from chunks.
GenerateServerCertificates issues contemporaneous certificates for TLS connections from one or more root certificates.
ServerConfig takes in a generate response and turns it into a server-side TLS configuration Supported options: WithServerName, which will be the value used in the cert map for lookup; also, options passed in here will be passed through to the standard TLS configuration function (useful for tests, mainly).