Function sshcerts::ssh::ssh_cert_signer[][src]

pub fn ssh_cert_signer(buf: &[u8], privkey: &PrivateKey) -> Option<Vec<u8>>

Take a buffer and generate an SSH certificate style signature for it from a PrivateKey type