We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4497774 commit 9411153Copy full SHA for 9411153
runtime/swimos_remote/src/tls/config/mod.rs
@@ -83,7 +83,7 @@ pub struct ServerConfig {
83
pub chain: CertChain,
84
/// An unvalidated private key for a server.
85
pub key: PrivateKey,
86
- /// Whether to enable a [`KeyLog`] implementation that opens a file whose name is given by the
+ /// Whether to enable a [`rustls::KeyLog`] implementation that opens a file whose name is given by the
87
/// `SSLKEYLOGFILE` environment variable, and writes keys into it. While this may be enabled,
88
/// if `SSLKEYLOGFILE` is not set, it will do nothing.
89
pub enable_log_file: bool,
0 commit comments