apps x509: passing PKCS#11 URL as -signkey
[oweals/openssl.git] / apps / storeutl.c
index 980120a39d68f04db77c39ba067ba0511cefa8fd..85fb1ed8605a0f10cb75ad1c81a33c6135591c52 100644 (file)
@@ -58,6 +58,9 @@ const OPTIONS storeutl_options[] = {
     {"out", OPT_OUT, '>', "Output file - default stdout"},
     {"text", OPT_TEXT, '-', "Print a text form of the objects"},
     {"noout", OPT_NOOUT, '-', "No PEM output, just status"},
+
+    OPT_PARAMETERS(),
+    {"uri", 0, 0, "URI of the store object"},
     {NULL}
 };