Skip to main content

tls

Method
This is a method of the GatewayConfig class in the gateway module.
Enable TLS.

Signature

def tls(mut self, cert_path: impl Into<String>, key_path: impl Into<String>) -> Self

Parameters

cert_path
impl Into<String>
required
No description available.
key_path
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.