View Source mix nerves_hub.ca_certificate (nerves_hub_cli v2.0.0)

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

Summary

Functions

Link to this function

register(cert_path, org, opts \\ [])

View Source
@spec render_help() :: no_return()

Callback implementation for Mix.Task.run/1.