Module salvo_core::conn::acme::cache

source ·
Available on crate feature acme only.
Expand description

Ways to cache account data and certificates. A default implementation for AsRef<Path> (Sting, OsString, PathBuf, …) allows the use of a local directory as cache. Note that the files contain private keys.

Traits§

  • Trait to define a custom location/mechanism to cache account data and certificates.
  • An error that can be returned from an AcmeCache.