Module cache

Source
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§

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