pub fn load_ssl_cert(
cert_path: &str,
key_path: &str,
) -> Result<ChiaCertificate, ClientError>Expand description
Loads an SSL certificate, or creates it if it doesn’t exist already.
pub fn load_ssl_cert(
cert_path: &str,
key_path: &str,
) -> Result<ChiaCertificate, ClientError>Loads an SSL certificate, or creates it if it doesn’t exist already.