NervesHubUserAPI.CACertificate.create

You're seeing just the function create, go back to NervesHubUserAPI.CACertificate module for more information.
Link to this function

create(org_name, cert_pem, auth, description \\ nil)

View Source

Specs

create(String.t(), String.t(), NervesHubUserAPI.Auth.t(), String.t() | nil) ::
  {:error, any()} | {:ok, any()}

Adds a new CA certificate to NervesHub. The certificate passed should be pem encoded binary and not a path to the cert file.

Verb: POST Path: /orgs/:org_name/ca_certificates