Skip to content

Commit

Permalink
update system credentials utility
Browse files Browse the repository at this point in the history
  • Loading branch information
windley committed Aug 22, 2016
1 parent 0645143 commit 78c267f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/system_credentials.pl 100644 → 100755
Expand Up @@ -57,10 +57,11 @@
my $logger = get_logger(); my $logger = get_logger();
my $r = Kynetx::Test::configure(); my $r = Kynetx::Test::configure();


my $salt = $ARGV[0]; # this is the PCI_KEY config param in the system configuration
my $pci_key = $ARGV[0];




my $system_key = Kynetx::Modules::PCI::create_system_key($salt); my $system_key = Kynetx::Modules::PCI::create_system_key($pci_key);


print "System key: $system_key"; print "System key: $system_key \n";


0 comments on commit 78c267f

Please sign in to comment.