pub fn mtls_import(
config_override: Option<&Path>,
name: &str,
cert_src: &Path,
key_src: &Path,
) -> SshCliResult<MtlsIdentity>Available on crate feature
tls only.Expand description
Imports PEM cert+key into XDG as identity name (overwrites).