Certified.CertificateUpdater.State (certified v0.1.0)

View Source

Summary

Types

t()

@type t() :: %Certified.CertificateUpdater.State{
  acme: map(),
  certificate_cache: reference(),
  configured?: boolean(),
  domains: [String.t()],
  renewal_timer: reference()
}