CharlieC3
8/18/2017 - 3:45 PM

Import a cert into a keystore

Import a cert into a keystore

#!/bin/bash
keytool -importcert -file cert.pem -alias ${cert.alias} -keystore ${keystore.file} -storepass ${keystore.pass} -noprompt