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

Simplify injecting runtime config #98

Open
deitch opened this issue Jun 18, 2019 · 0 comments
Open

Simplify injecting runtime config #98

deitch opened this issue Jun 18, 2019 · 0 comments

Comments

@deitch
Copy link
Contributor

deitch commented Jun 18, 2019

We need a way to simplify changing runtime config when building. Specifically, we should be able to do make installer or make live and have it build with the following alternate runtime parameters:

  • Controller URL
  • Controller server certificate CA
  • Onboard certificate (less important)
  • Onboard serial (less important)

The simplest way might be (as discussed):

make live CONTROLLER=https://192.168.7.5:443/ SERVER_CERT=./cert-file.pem

When finished, it should indicate where the onboard cert is, and what its serial will be, if available.

cc @rvs

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