cancel
Showing results for 
Search instead for 
Did you mean: 

Seeburegr AS2 - encryption certificate reference

Former Member
0 Kudos

Hi guys!

I need to configure encryption certificate for AS2. The certificate is imported in the JAVA AS. View AS2, entry AS2C. Now, in the receiver agreement I have following items:

- AS2 sender configuration / Signing Key

- AS2 receiver Configuration:

- - Encryption Certificate

- - Authentication Certificate

How to reference the encryption certificate from the Key Store?

is it smthng like "\AS2\AS2C" ?

Thanx a lot for answer!

Peter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Peter,

The SEEBURGER XI CertificateService identifies the certificate aliases via a security ID that corresponds to the format:

Repository groups must be available in the aliases. It does not matter which group is specified.

Valid groups are:

· USERS

· TRUSTED

· PENDING

Thanx,

Anoop

Former Member
0 Kudos

I put there SecurityId=\AS2\AS2C. Now I get new message:

Error type: COMPONENT_ERROR,NOT_TRANSMITTED >> Error date: 9/26/07 11:29 AM >> Description: AS2 Adapter failure java.lang.Exception: AS2 message composition failed: java.lang.SecurityException: Unsupported keysize or algorithm parameters com.seeburger.as2.AS2Plugin.execute(AS2Plugin.java:321) [9/26/07 11:29 AM]

Any idea?

I'll post new thread..

Thanx Anoop

Former Member
0 Kudos

Hi Peter,

well its like Anoop already wrote:

SecurityId =<REPOSITORY_GROUP>\<REPOSITORY_NAME>\<ALIAS_NAME>

we did it the same way....

br Jens

Answers (1)

Answers (1)

Former Member
0 Kudos

HI peter

have a look at this thread

Thanks !