Trait tide_acme::TideRustlsExt[][src]

pub trait TideRustlsExt {
    fn acme(self, config: AcmeConfig) -> Self;
}

Extension trait for tide_rustls::TlsListenerBuilder

With this trait imported, TlsListenerBuilder will have an acme method to set up a custom TLS acceptor that answers ACME tls-alpn-01 challenges.

Required methods

fn acme(self, config: AcmeConfig) -> Self[src]

Set up a custom TLS acceptor that answers ACME tls-alpn-01 challenges, using the specified configuration.

This creates an AcmeTlsAcceptor, which will start a background task to manage certificates via ACME.

Loading content...

Implementations on Foreign Types

impl<State> TideRustlsExt for TlsListenerBuilder<State>[src]

Loading content...

Implementors

Loading content...