Skip to content

Commit

Permalink
doc: Add 'server' command in help
Browse files Browse the repository at this point in the history
'server' is the last common command which is not in CLI help.
IMHO, adding this small documentation could help to promote usage of
pkcs11 forwarding.
  • Loading branch information
rmedaer authored and ueno committed May 22, 2019
1 parent 9a546b4 commit 0eb1f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p11-kit/p11-kit.c
Expand Up @@ -63,6 +63,7 @@ int p11_kit_external (int argc,
static const p11_tool_command commands[] = {
{ "list-modules", p11_kit_list_modules, "List modules and tokens" },
{ "remote", p11_kit_external, "Run a specific PKCS#11 module remotely" },
{ "server", p11_kit_external, "Run a server process that exposes PKCS#11 module remotely" },
{ P11_TOOL_FALLBACK, p11_kit_external, NULL },
{ 0, }
};
Expand Down

0 comments on commit 0eb1f67

Please sign in to comment.