Expand description
HTTPS configuration domain type
This module defines the domain-level HTTPS configuration that is stored in the environment and used to configure Caddy TLS termination.
§Domain vs DTO
This is the domain type. The DTO version (HttpsSection) is in the
application layer at src/application/command_handlers/create/config/https.rs.
The domain type is validated when created from the DTO and carries the configuration through the environment lifecycle.
Structs§
- Https
Config - Domain-level HTTPS configuration for TLS termination
Enums§
- Https
Config Error - Error type for
HttpsConfigconstruction failures