Skip to main content

create_server_config

Function create_server_config 

Source
pub fn create_server_config(
    cert_key: &CertifiedKey,
) -> Result<Arc<ServerConfig>>
Expand description

Creates a TLS server config for rcpd (no client authentication required).

Used for master→rcpd connections where master verifies rcpd’s certificate.