cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting certificate from STRUST to p12/pfx

Former Member
0 Kudos

Dear Guru's,

I have the following issue.

I have a signed certificate on my ABAP stack (signed by Verisign).

I want to export the complete certificate (public and private key) so that I can import it in my Visual Administrator.

So I need either a pfx or p12 format file from my ABAP stack.

How do I generate one??????

Please help out!

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Check this.

http://help.sap.com/SAPHELP_NW70EHP1/helpdata/EN/54/d94e3c719d1742e10000000a11405a/frameset.htm

It is for SNC, but I think it should be the smae process for any system.

Regards,

Ravi

Answers (3)

Answers (3)

Former Member
0 Kudos

Indeed the sapgenpse helped me out.

Was already invetigating that

Thanx for the input though!

former_member192295
Active Contributor
0 Kudos

Hi,

Find below link for more help

https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/964f67ec-0701-0010-bd88-f995abf4e1fc&overri...

I think through sapgenpse.exe command also we can generate keys. Check it.

former_member200962
Active Contributor
0 Kudos

STRUST-> Double-click on the System PSE Entry-> Use the Export button> Choose the location on your system-> Choose the type (there are two one is base64)---> Save

VA--> KeyStorageService and say Load

Regards,

Abhishek.

Former Member
0 Kudos

I tried that, unfortunately it doesn't work.

results in an error

I need to export both the private and public key.