X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fsubcommands%2Fma%2Flist-certifiers;fp=src%2Fsubcommands%2Fma%2Flist-certifiers;h=e920888eb60faa0c41f08251ab7cc1fe63b60f26;hb=dd84300cab61e2a86299fd8c05f337abb38fb7d9;hp=789d553225789716a72c01308a87eb2c5f112b92;hpb=0d36aebed69b154903e158a4c0f5cc8707cf5168;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 + +}