X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fma%2Flist-certifiers;h=e920888eb60faa0c41f08251ab7cc1fe63b60f26;hb=7fb3f70a48202153ecb7c43830ded000f8a0e615;hp=789d553225789716a72c01308a87eb2c5f112b92;hpb=53f4ee78f320371a0f07865b21fdb4d6707a79d6;p=monkeysphere.git diff --git a/src/subcommands/ma/list-certifiers b/src/subcommands/ma/list-certifiers index 789d553..e920888 100755 --- a/src/subcommands/ma/list-certifiers +++ b/src/subcommands/ma/list-certifiers @@ -12,6 +12,8 @@ # list the host certifiers +list_certifiers() { + local keys local key @@ -23,3 +25,5 @@ keys=$(gpg_authentication "--no-options --list-options show-uid-validity --keyri for key in $keys ; do gpg_authentication "--no-options --list-options show-uid-validity --keyring ${GNUPGHOME_AUTHENTICATION}/pubring.gpg --list-key --fingerprint $key" done + +}