Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

B2B encryption alias is not showing in list for AS2.0 channel. Getting error if I save after selecti

user10201160Jun 16 2013 — edited Jun 23 2013

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

This post has been answered by user1127697 on Jun 17 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2013
Added on Jun 16 2013
2 comments
559 views