Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support disabling mTLS #81

Closed
ripienaar opened this issue Apr 13, 2021 · 0 comments
Closed

support disabling mTLS #81

ripienaar opened this issue Apr 13, 2021 · 0 comments

Comments

@ripienaar
Copy link
Member

To do this we need to support a blank ca certificate

aaasvc/cmd/run.go

Lines 63 to 69 in 07eabc0

if conf.TLSCertificate == "" || conf.TLSKey == "" || conf.TLSCA == "" {
return fmt.Errorf("TLS settings are not set")
}
server.TLSCertificate = flags.Filename(conf.TLSCertificate)
server.TLSCertificateKey = flags.Filename(conf.TLSKey)
server.TLSCACertificate = flags.Filename(conf.TLSCA)

ripienaar added a commit to ripienaar/aaasvc that referenced this issue Apr 13, 2021
Signed-off-by: R.I.Pienaar <rip@devco.net>
ripienaar added a commit that referenced this issue Apr 13, 2021
 (#81) support disabling mtls by not setting CA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant