gatel-core 0.1.2

A high-performance, KDL-configured reverse proxy and web server
Documentation
1
2
3
4
5
6
7
8
9
10
//! TLS certificate management for gatel.
//!
//! This module provides [`TlsManager`], which integrates with `certon` for
//! automatic ACME certificate issuance and supports manually-specified PEM
//! certificates on a per-site basis.

pub mod dns;
pub mod manager;

pub use manager::TlsManager;