cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI 7.11 - certificates

Dimitri
Active Contributor
0 Kudos

Dear,

On our SAP PI 7.11 system, we need to create a new certificate and we did this the way we always did.

Now, we receive feedback and the certificate is wrong.

The PKCS#10 file should be signed using the Sha1-1WithRSAEncryption algoritm.

Any idea how that can be achieved using a SAP PI 7.11 system? I guess it cannot.

Thanks a lot.

Dimitri

Accepted Solutions (1)

Accepted Solutions (1)

Dimitri
Active Contributor
0 Kudos

Anybody else?

@aaron myers: the URLs you refer to are not that practical and I'm looking for an easier/more standard way.

Thanks a lot.

Former Member
0 Kudos

I hope you find an easy way within SAP tools. Please post your solution when you do!

Dimitri
Active Contributor
0 Kudos

Hi Aaron,

We renamed the exported .pem files to .csr and the certificate was approved by the other party.

So, it seems that PI 7.11 can handle that kind of encryption.

Kind regards,

Dimitri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey Dimitri, if you struggle getting the right self signed certificate using the built in SAP tools, maybe try the free Java keytool and import it?

https://blogs.oracle.com/blogbypuneeth/entry/steps_to_create_a_self

In the Java/Oracle guide they mention the combination: SHA1withRSA

http://docs.oracle.com/javase/7/docs/technotes/guides/security/p11guide.html