X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fma%2Fadd-certifier;fp=src%2Fsubcommands%2Fma%2Fadd-certifier;h=451506d1cecfbc70670ad9d4a8bf366cceb815d0;hb=dd84300cab61e2a86299fd8c05f337abb38fb7d9;hp=3bd800c25cd6ee8cd4f2c6a0899ead07e738bb60;hpb=0d36aebed69b154903e158a4c0f5cc8707cf5168;p=monkeysphere.git diff --git a/src/subcommands/ma/add-certifier b/src/subcommands/ma/add-certifier index 3bd800c..451506d 100755 --- a/src/subcommands/ma/add-certifier +++ b/src/subcommands/ma/add-certifier @@ -13,6 +13,8 @@ # retrieve key from web of trust, import it into the host keyring, and # ltsign the key in the host keyring so that it may certify other keys +add_certifier() { + local domain local trust local depth @@ -139,3 +141,5 @@ if echo "$ltsignCommand" | \ else failure "Problem adding identify certifier." fi + +}