cancel
Showing results for 
Search instead for 
Did you mean: 

Self Signed Certificate in SAP PI

Former Member
0 Kudos

Dear All,

Does anyone know how to create self signed certificate in SAP PI (NWA) with below key usage parameters? What is the process?

Certificate extensions      :

   [critical]

         KeyUsage: digitalSignature | keyEncipherment | dataEncipherment

Thanks,

Ankit

Accepted Solutions (1)

Accepted Solutions (1)

former_member204100
Active Participant
0 Kudos

Hi Ankit,

you can use the OpenSSL tool to generate any key pairs and self signed certificates.

https://www.openssl.org/

This is a very professional toolkit which provides a lot of possibilities.

If you prefer not to use command line based tools, but rather some GUI based product than you can use for example the Keystore Explorer tool:

KeyStore Explorer

I hope this helps.

Best Regards,

Viktor

Answers (3)

Answers (3)

Former Member
0 Kudos

With the help of Keystore Explorer, we can generate self signed certificate.

iaki_vila
Active Contributor
0 Kudos

Hi Ankit,

If your PI is a dual stack, this wiki can help you STRUSTSSO2 - Setup SSL Certificate Signed in ECC - Basis Corner - SCN Wiki

Regards.

Former Member
0 Kudos

Thanks for the response.

The link provided by you talks about the sending the self signed certificate to CA for signing.

I want to create self signed certificate with below key usage parameters. Anyone aware, please let me know.

Certificate extensions      :

   [critical]

         KeyUsage: digitalSignature | keyEncipherment | dataEncipherment

Regards,

Ankit

Harish
Active Contributor
0 Kudos

Hi Ankit,

Please refer the below help page

Creating a PSE for the Server Using SAPGENPSE - Transport Layer Security on SAP NetWeaver AS for ABA...

AFAIK - the key generated from NWA are already self-signed, and if you want to have CA signed then you will send to to CA. Please refer the below page to generate the key from NWA

Creating a Key Pair and Public-Key Certificate and Signing It - System Security - SAP Library

regards,

Harish

Former Member
0 Kudos

Any pointers please?