eve icon indicating copy to clipboard operation
eve copied to clipboard

Simplify injecting runtime config

Open deitch opened this issue 6 years ago • 0 comments

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

deitch avatar Jun 18 '19 22:06 deitch