-
- Downloads
Use mTLS by default on SDK methods.
Add options to modify the tls.Config for different configurations. Fixes #7
Showing
- ca/bootstrap.go 10 additions, 57 deletionsca/bootstrap.go
- ca/bootstrap_test.go 7 additions, 7 deletionsca/bootstrap_test.go
- ca/tls.go 28 additions, 36 deletionsca/tls.go
- ca/tls_options.go 64 additions, 0 deletionsca/tls_options.go
- ca/tls_options_test.go 137 additions, 0 deletionsca/tls_options_test.go
- ca/tls_test.go 161 additions, 309 deletionsca/tls_test.go
- examples/README.md 6 additions, 6 deletionsexamples/README.md
- examples/bootstrap-mtls-server/server.go 1 addition, 1 deletionexamples/bootstrap-mtls-server/server.go
- examples/bootstrap-tls-server/server.go 1 addition, 1 deletionexamples/bootstrap-tls-server/server.go
Loading
Please register or sign in to comment