diff options
Diffstat (limited to 'tests/json/t-createkey.in.json')
-rw-r--r-- | tests/json/t-createkey.in.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/json/t-createkey.in.json b/tests/json/t-createkey.in.json new file mode 100644 index 00000000..95dc92ab --- /dev/null +++ b/tests/json/t-createkey.in.json @@ -0,0 +1,5 @@ +{ + "op": "createkey", + "userid": "[email protected]", + "algo": "rsa1024" +} |