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

Certmaker should check several locations to find out what the default path is for ca.{crt,key} #2

Open
JonTheNiceGuy opened this issue May 12, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JonTheNiceGuy
Copy link
Owner

JonTheNiceGuy commented May 12, 2021

Currently, the path to the ca.key and ca.crt is hardcoded (unless overriden) to /root/nebula. This should have levels of checking, as follows (highest precidence at the top):

  • CLI switch (-c, --cert_path)
  • Environment Variable (NEBULA_CA_PATH)
  • ./
  • ~/nebula_ca
  • $(eval /etc/defaults/nebula_cert_maker)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant