openssl pkcs12 -export -in caseta.crt -inkey caseta.key -out caseta.p12 -name caseta
keytool -importkeystore -destkeystore lutron.keystore -srckeystore caseta.p12 -srcstoretype PKCS12 -srcstorepass secret -alias caseta
keytool -importcert -file caseta-bridge.crt -keystore lutron.keystore -alias caseta-bridge
I need help understanding this script that adds these files into keycert so that I can edit the script with the correct file names?