NervesHubUserAPI.DeviceCertificate.sign

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

sign(org_name, product_name, device_identifier, csr, auth)

View Source

Specs

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

Sign a new certificate signing request for a device.

Verb: POST Path: /orgs/:org_name/products/:product_name/devices/:device_identifier/certificates/sign