Hi There,
I am using AS2.0 protocol.
I have create a keystore using following command :
keytool -genkey -alias selfassigned -keyalg RSA -keystore b2bkeystore.jks -keysize 2048 -validity 730
I have created this keystore in following location :
/fmw/Oracle/Middleware/user_projects/domains/fmw_domain/config
I am able to see alias "selfassigned" for signing and it is perfectly working fine for me.
But I am not able to see any alias in list of encryption. If I save it, I get error "Certificate alias not specified in the secure delivery channel".
I also created keystore using DES algorithm using following command :
keytool -genseckey -alias deskey -keyalg DES -keystore deskeystore.jks -keysize 56-validity 730 -storetype KKCES
but when I am configurring this keystore in B2B , It is saying "INVALID FORMAT"
I am not able to understand how I can get rid of it. Any help will be appreciated.
Thanks,
Nitil