Registry / config / tlsconfig

tlsconfig

JSON →
library0.51.0gogounverified

Package tlsconfig provides opinionated helpers for building TLS configurations following CloudFoundry best practices.

go get code.cloudfoundry.org/tlsconfig
INSTALL
IMPORT
SIG · TLSCONFIG
T
tlsconfig
configgov0.51.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tlsconfig
code.cloudfoundry.org/tlsconfig

Build a TLS config with internal service defaults.

package main import ( "crypto/tls" "fmt" "code.cloudfoundry.org/tlsconfig" ) func main() { config, err := tlsconfig.Build( tlsconfig.WithInternalServiceDefaults(), ) if err != nil { panic(err) } fmt.Printf("%+v\n", config) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.51.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Resources
tlsconfig — go get tlsconfig · libregistry