devkey
firmware signing key pair:config.exs
. Keys that are stored locally (like the one we just created) can be referred to by their atom name:nerves_hub_link
dependency converts key names to public keys at compile time. If you haven't compiled your project yet, run mix firmware
now. If you have compiled it, mix
won't know to recompile nerves_hub_link
due to the configuration change. Force it to recompile by running:mix
tooling. The only part that is required is that the firmware signing public keys be added to your config.exs
and to the NervesHub server.