Clarify the purpose of built-in signatures

Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2022-01-18 14:38:47 -08:00
parent bdf3675192
commit 61493fd18b
4 changed files with 50 additions and 22 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ static const struct fsverity_command {
}, {
.name = "sign",
.func = fsverity_cmd_sign,
.short_desc = "Sign a file for fs-verity",
.short_desc = "Sign a file for fs-verity built-in signature verification",
.usage_str =
" fsverity sign FILE OUT_SIGFILE\n"
" [--key=KEYFILE] [--cert=CERTFILE] [--pkcs11-engine=SOFILE]\n"