]> git.sur5r.net Git - bacula/bacula/blob - bacula/release/sign
2bdfc4527adbb11dc1c6705458654be66e2514e8
[bacula/bacula] / bacula / release / sign
1 #!/bin/sh
2 #
3 # Copyright (C) 2000-2015 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
5 #
6 gpgkey=${gpgkey:-bacula}
7 gpg --detach-sign --armor --default-key $gpgkey -o $1.sig $1
8 gpg --verify $1.sig