nerves_hub_cli v0.7.2 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 certificate. This set of utilities helps manage the trusted CA certificates.
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
list(org)
Link to this function
register(cert_path, org)
Link to this function
render_help()
render_help()
render_help() :: no_return()
render_help() :: no_return()
Link to this function
run(args)
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