Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SSF, Strust and standart digital certificate

themax
Explorer
0 Kudos

Hello everybody!

I apologize for my English in advance , but I need help. I need to implementation digital  account invoice with a digital certificate for sign documents. I have decided to use securlib  library, because this library is delivered with the SAP system as the default product. There are many different  information on the internet about SSF and Strust, but no specific information how to do that step by step. I have two digital  certificates one is the authorisation and second RSA certificate, witch gave centre digital certificate in our city. I have read this links:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0cd5056-9216-2a10-7398-de5117bad...

https://scn.sap.com/thread/881550

https://help.sap.com/saphelp_uiaddon10/helpdata/en/fd/948ec1ac5146cd9024fe7a93bbf56a/content.htm

https://help.sap.com/saphelp_uiaddon10/helpdata/en/2d/6f8dfa25b34cf59e77decf732039e6/content.htm

https://scn.sap.com/thread/881550

But I couldn't understand what I have to do after I did pse certificate with STRUST. How I can convert my  two digital  certificates one is the authorisation and second RSA certificate, witch gave centre digital certificate in our city in pse format??? Somebody can explane me how to do that??

I will be grateful for the help.

2 REPLIES 2

themax
Explorer
0 Kudos

I found application witch convert format  p12 into pse sapgenpse.exe.  I try to convert it in console, but system gives me an error:

ERROR: Incomplete Certification path - need certificate of...

How solve this problem?

Former Member
0 Kudos

Hi Maxim,

I too faced for a different certificate import.

I have imported the .p12 file in Internet explorer and then navigate to the root certificate -->exported it.

Once you have the root certificate you can use the below command to import .p12

sapgenpse import_p12 -r root.cer -p test.pse *******.pfx

Regards,

Sethu