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§
- Acme
Cache - Trait to define a custom location/mechanism to cache account data and certificates.
- Cache
Error - An error that can be returned from an
AcmeCache
.