Check if cert alias exists
#!/bin/bash keytool -list -alias ${cert.alias} -keystore ${keystore.file} -storepass ${keystore.pass} -noprompt