Struct bonsaidb::server::AcmeConfiguration
source · Expand description
The Automated Certificate Management Environment (ACME) configuration.
Fields§
§contact_email: Option<String>
The contact email to register with the ACME directory for the account.
directory: String
The ACME directory to use for registration. The default is
LETS_ENCRYPT_PRODUCTION_DIRECTORY
.
Trait Implementations§
source§impl Clone for AcmeConfiguration
impl Clone for AcmeConfiguration
source§fn clone(&self) -> AcmeConfiguration
fn clone(&self) -> AcmeConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AcmeConfiguration
impl Debug for AcmeConfiguration
source§impl Default for AcmeConfiguration
impl Default for AcmeConfiguration
source§fn default() -> AcmeConfiguration
fn default() -> AcmeConfiguration
Returns the “default value” for a type. Read more