Forum Discussion

Anonymous's avatar
Anonymous
10 years ago

Caused by: org.apache.ws.security.WSSecurityException: Cannot find key for alias: [myclientkey]

I generate key files with keytools command like below,   > keytool -genkey -keyalg RSA -sigalg SHA1withRSA -validity 730 -alias myservicekey –keypass serviceprikeypasswd -storepass servicepubpasswd...