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

Using tls encrypted secrets #788

Open
juanlucruz opened this issue Aug 25, 2023 · 0 comments
Open

Using tls encrypted secrets #788

juanlucruz opened this issue Aug 25, 2023 · 0 comments

Comments

@juanlucruz
Copy link

Hi,

to configure tls, it's possible to use the [tls] section as it's specified in the documentation, something like

    [tls.tlsconfig]
    certfile="/opt/burrow/certs/burrow.crt"
    keyfile="/opt/burrow/certs/burrow.key"
    cafile="/opt/burrow/certs/ca.crt"
    noverify=false

but there are no configurations such as certfileKey, keyfileKey and cafileKey in case these certificates come also encrypted symetrically with a password.

This is just to confirm this and if so, a feature request.

Thanks for this great tool!

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