cancel
Showing results for 
Search instead for 
Did you mean: 

Generating Self signed certificate from SAP service market place ?

former_member182205
Participant
0 Kudos

Hi .

Do any one has any idea how to generate self signed certificate from SAP service market place by copying pasting the content of CSR file .

I think from sap service market place, we can generate self signed certificate by copying and pasting the content of your CSR file.

please let me know if u know this ?

Accepted Solutions (0)

Answers (3)

Answers (3)

patelyogesh
Active Contributor
0 Kudos

Hello User Satyam,

Please follow wiki steps below to configure SSL in your JAVA system (I am saying JAVA because of your Questio.s TAG selection)

https://wiki.scn.sap.com/wiki/display/ASJAVA/Configuring+the+Use+of+SSL+on+the+AS+Java+the+AS+Java+b...

If you find issue please update your question with error or trouble you having configuring it.

If you want to sign certificate you need 3rd party to sign your cert request

You can also check here (https://support.sap.com/en/offerings-programs/support-services/trust-center-services.html#section_21...) for more information

Please let me know if you have more question

Thank you

Yogesh Patel

former_member182205
Participant
0 Kudos

ans

Former Member
0 Kudos

Hi,

If you want self-signed certificates, you don't need SAP or any external service : the STRUST abap transaction, the sapgenpse utility and the Java keystore are all able to genearate self-signed certificates.

You need a Certification Authority when you want signed certificates.

Regards,

Olivier

Former Member
0 Kudos

Hi,

You can generate your own self signed certificate from STRUST and this doesn't need to have signed by SAP.

Have a look:

http://help.sap.com/saphelp_nw04/helpdata/en/a6/f19a3dc0d82453e10000000a114084/content.htm

Thanks

Former Member
0 Kudos

Thank you, but the question was asked by Rahul, not by me !

Olivier

antonio_voce
Contributor
0 Kudos

Please can you post here the procedure?