Add todo
This commit is contained in:
parent
fccd0bc685
commit
0d44c9c2b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue