From ea69dfcced8c53257c6fb92cf9b90c2539b1704b Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Fri, 8 Oct 2021 21:44:08 -0700 Subject: [PATCH] Fix doc example --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 6715a95..fbc543d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -70,8 +70,8 @@ //! bind_port: "443".to_string(), //! remote_host: "remote.com".to_string(), //! remote_port: "443".to_string(), -//! ssl_private_key_path: "./remote.com.key".to_string(), -//! ssl_cert_path: "./remote.com.crt".to_string(), +//! ssl_private_key_path: Some("./remote.com.key".to_string()), +//! ssl_cert_path: Some("./remote.com.crt".to_string()), //! }) //! ); //! // Start listening