[Download ] | [Documentation Home ] | [Release Note ]
WS02 XKMS Implementation allows the users to expose a Java key store via the following XKMS operations.
You can configure WSO2 WSAS to use a XKMS server to locate and validate public keys and x509 Certificates when applying WS-Security. You can do this by un-commenting the following parameter in the axis2.xml in the AXIS2_HOME/conf directory.
<parameter name="XKMSConfig" enabled="true"> <URL>http://127.0.0.1:9762/services/xkms</URL> <PassPhrase>secret</PassPhrase> </parameter>
Once it is enabled, the WSAS Crypto implementation will try to use the XKMS service for retrieval or validation purposes as the last resort, if the key or the certificate is not available on local keystores.