diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 15:19:02 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 15:19:02 -0500 |
commit | bd64869a3b68ff8a020c381371a8ab1e24a5a0e4 (patch) | |
tree | b790ed7dc580224304386ac1d2c98d07248eaf3c /tests/basic | |
parent | c073811aa573d0e3486c39ed9514c46e0a7a077f (diff) |
The monkeysphere {import,gen}_subkey functions were not up-to-date.
did a lot of work to bring them up-to-date, and better handle argument
checking. also updated man page, changelog, and tests/basic.
Diffstat (limited to 'tests/basic')
-rwxr-xr-x | tests/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic b/tests/basic index 0b91531..3d50977 100755 --- a/tests/basic +++ b/tests/basic @@ -243,7 +243,7 @@ monkeysphere-authentication list-certifiers # generate an auth subkey for the test user that expires in 2 days echo "##################################################" echo "### generating key for testuser..." -monkeysphere gen-subkey --expire 2 +monkeysphere gen-subkey # add server key to testuser keychain echo "##################################################" |