View Source SiteEncrypt.Adapter behaviour (site_encrypt v0.6.0)

Summary

Functions

Returns a specification to start this module under a supervisor. See Supervisor.

Refresh the configuration for a given endpoint

Callbacks

@callback config(SiteEncrypt.id(), Keyword.t()) :: %{
  certification: SiteEncrypt.certification(),
  site_spec: Parent.child_spec()
}
@callback http_port(SiteEncrypt.id(), arg :: any()) :: {:ok, pos_integer()} | :error

Functions

Returns a specification to start this module under a supervisor. See Supervisor.

Refresh the configuration for a given endpoint

Link to this function

start_link(callback, id, opts)

View Source