1 <?xml version="1.0" encoding="UTF-8"?>
2 <Credentials xmlns="urn:mace:shibboleth:credentials:1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="urn:mace:shibboleth:credentials:1.0 credentials.xsd">
6 <KeyStoreResolver Id="test" storeType="JKS">
7 <Path>/conf/keystore.jks</Path>
8 <KeyAlias>shibhs</KeyAlias>
9 <StorePassword>shibhs</StorePassword>
10 <KeyPassword>shibhs</KeyPassword>