nerves_hub_cli v0.7.0 mix nerves_hub.ca_certificate

Manages CA certificates for validating device connections

When a device connects for the first time to NervesHub, it is possible to automatically register it if its certificate has been signed by a trusted CA certficate. This set of utilities helps manage the trusted CA certficates.

list

mix nerves_hub.ca_certificate list

register

mix nerves_hub.ca_certificate register CERT_PATH

unregister

mix nerves_hub.ca_certificate unregister CERT_SERIAL

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function

register(cert_path, org)

Link to this function

render_help()
render_help() :: no_return()

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.

Link to this function

unregister(serial, org)