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

main: Do not try to load CA cert if mTLS is disabled #379

Merged
merged 1 commit into from
May 19, 2022

Conversation

ansasaki
Copy link
Contributor

@ansasaki ansasaki commented May 18, 2022

When mTLS is disabled, the CA certificate is not necessary and the agent
should not fail to start when it is not available.

Fixes: #378

Signed-off-by: Anderson Toshiyuki Sasaki [email protected]

When mTLS is disabled, the CA certificate is not necessary and the agent
should not fail to start when it is not available.

Fixes: keylime#378

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
@ansasaki ansasaki changed the title Draft: main: Do not try to load CA cert if mTLS is disabled main: Do not try to load CA cert if mTLS is disabled May 18, 2022
@ansasaki ansasaki merged commit d5c638d into keylime:master May 19, 2022
@ansasaki ansasaki deleted the fix_no_tls branch May 25, 2022 14:32
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

Successfully merging this pull request may close these issues.

Agent fails to start if certificates directory is empty, even when mtls_cert_enabled = False
4 participants