Added jwt public cert to client truststore from the change-ip scipt

application-manager-new
Milan Perera 7 years ago
parent 089cf7fa5d
commit 907ab4b87d

@ -500,5 +500,12 @@ if [ -e "../conf/identity/identity-providers/iot_default.xml-e" ]; then
rm -f ../conf/identity/identity-providers/iot_default.xml-e
fi
echo ""
echo "Storing JWT public cert in client truststore"
keytool -exportcert -alias wso2carbon -keystore ../repository/resources/security/wso2carbonjwt.jks -rfc -storepass wso2carbon -file ./tmp/jwtcert
keytool -importcert -alias wso2carbonjwt -keystore ../repository/resources/security/client-truststore.jks -storepass wso2carbon -file ./tmp/jwtcert -noprompt
sed -i -e 's/<Parameter Name="wso2.org\/products\/iot">.*/<Parameter Name="wso2.org\/products\/iot">wso2carbonjwt<\/Parameter>/' ../conf/etc/webapp-authenticator-config.xml
echo ""
echo "Configuration Completed!!!"

Loading…
Cancel
Save