mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 17:08:05 -05:00
Put the pkcs11cert option in the usage syntax
This commit is contained in:
parent
6e2fb03b7b
commit
fb75eee385
@ -1127,7 +1127,8 @@ static void usage(const char *argv0, const char *cmd)
|
|||||||
}
|
}
|
||||||
if (on_list(cmd, cmds_sign)) {
|
if (on_list(cmd, cmds_sign)) {
|
||||||
printf("%1s[ sign ] ( -certs | -spc <certfile> -key <keyfile> | -pkcs12 <pkcs12file> |\n", "");
|
printf("%1s[ sign ] ( -certs | -spc <certfile> -key <keyfile> | -pkcs12 <pkcs12file> |\n", "");
|
||||||
printf("%12s [ -pkcs11engine <engine> ] -pkcs11module <module> -certs <certfile> -key <pkcs11 key id>)\n", "");
|
printf("%12s [ -pkcs11engine <engine> ] -pkcs11module <module> -pkcs11cert <pkcs11 cert id> |\n", "");
|
||||||
|
printf("%12s -certs <certfile> -key <pkcs11 key id>)\n", "");
|
||||||
printf("%12s[ -pass <password>", "");
|
printf("%12s[ -pass <password>", "");
|
||||||
#ifdef PROVIDE_ASKPASS
|
#ifdef PROVIDE_ASKPASS
|
||||||
printf("%1s [ -askpass ]", "");
|
printf("%1s [ -askpass ]", "");
|
||||||
@ -5116,7 +5117,7 @@ static int read_crypto_params(GLOBAL_OPTIONS *options, CRYPTO_PARAMS *cparams)
|
|||||||
goto out; /* FAILED */
|
goto out; /* FAILED */
|
||||||
printf("Engine \"%s\" set.\n", ENGINE_get_id(engine));
|
printf("Engine \"%s\" set.\n", ENGINE_get_id(engine));
|
||||||
|
|
||||||
/* Load the private key and the signer certificate from the security token*/
|
/* Load the private key and the signer certificate from the security token */
|
||||||
if (!read_token(options, engine, cparams))
|
if (!read_token(options, engine, cparams))
|
||||||
goto out; /* FAILED */
|
goto out; /* FAILED */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user