pub fn gen_tls_cert(
kp_relaysign_id: &RelaySigningKeypair,
tls_digest: [u8; 32],
expiry: SystemTime,
) -> Result<EncodedEd25519Cert, CertEncodeError>Expand description
Generate the signed TLS certificate from the given relay signing keypair and the TLS cert digest.