Plugin GPG signature verification script

August 6, 2008  |  Dominique Karg

Just had to write a quick script in order to regularly check the repository, wanted to share it.

for i in *.asc; do gpg—verify $i 2>/dev/null; if [ $? == 1 ]; then echo; echo “Bad Sig: $i”; read; else echo -n “.”; fi; done

Share this with others

Tags: nessus, feed, gpg, script

Get price Free trial