Check private key password - license.pvk

Hi Is there an easy way to verify the password for license.pvk? Was installed by a 3rd party and they are not 100% of the password.

Open the Admin Tool on the BES

Never used the admin tool before does it only work with a windows BES server as this as a linux BES server

The Admin tool on Linux should be in the /opt/BESServer/bin directory.

./BESAdmin.sh -editmasthead -sitePvkLocation=<path+license.pvk> -sitePvkPassword=<password> -display

This will display certain masthead settings. If you leave the password parameter out, the command will prompt you for the password.

many thanks will try that