UNIX™ password script example

# UNIX password script
if [ "$1" == "Cert/MyPrivateKeyA.pem" ]
 then
  echo PasswordA
fi
if [ "$1" == "Cert/MyPrivateKeyB.pem" ]
 then
  echo PasswordB
fi