mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Added jwt public cert to client truststore from the change-ip scipt
This commit is contained in:
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…
Reference in New Issue
Block a user