This commit is contained in:
Adrian Heine 2019-12-26 15:44:20 +01:00
parent fccd0bc685
commit 0d44c9c2b1

View file

@ -54,6 +54,7 @@ impl<C: CommandRunner> Symbol for TlsKey<'_, C> {
"-text".as_ref(), "-text".as_ref(),
], ],
)?; )?;
// FIXME check bytes
Ok(stdout.ends_with("RSA key ok\n".as_bytes())) Ok(stdout.ends_with("RSA key ok\n".as_bytes()))
} }