NervesKey.provision_aux_certificates

You're seeing just the function provision_aux_certificates, go back to NervesKey module for more information.
Link to this function

provision_aux_certificates(transport, signer_cert, signer_key)

View Source

Specs

provision_aux_certificates(
  ATECC508A.Transport.t(),
  X509.Certificate.t(),
  X509.PrivateKey.t()
) :: :ok

Provision the auxiliary device/signer certificates on a NervesKey.

This function creates and saves the auxiliary certificates. These are only needed if the ones written by provision/4 are not usable. They are not used unless explicitly requested. See the README.md for details.

You may call this function multiple times after the ATECC508A has been provisioned.