Skip to main content

resolve_mtls_paths

Function resolve_mtls_paths 

Source
pub fn resolve_mtls_paths(
    config_override: Option<&Path>,
    identity: Option<&str>,
    cert: Option<&Path>,
    key: Option<&Path>,
) -> SshCliResult<(Option<PathBuf>, Option<PathBuf>)>
Available on crate feature tls only.
Expand description

Resolves mTLS paths: either explicit paths or an XDG identity name.