[extras] update spa-entropy.pl script to point fwknop client in gpg mode to the no-pw homedir

This commit is contained in:
Michael Rash 2013-06-04 21:17:15 -04:00
parent 8b62984887
commit 59eb7fcf0f

View File

@ -32,7 +32,7 @@ my $hmac_key_file = '../../test/conf/fwknoprc_default_hmac_base64_key';
my $enable_fwknop_client_gpg = 0;
my $gpg_recipient = '361BBAD4';
my $gpg_signer = '6A3FAD56';
my $gpg_home_dir = '../../test/conf/client-gpg';
my $gpg_home_dir = '../../test/conf/client-gpg-no-pw';
my $spa_key_file = '../../test/local_spa.key';
my $help = 0;