cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Stack - SSL Configuration

Former Member
0 Kudos

Dear Friends,

I am trying to configure the SSL on the Java Stack and I have followed the following steps:

> Installed the SAP cryptographic libraries

> Enabled the profile parameters

> Using VA, 'Keystorage' service and selected the service_ssl and created a new Private Key & Certificate and then generated a certificate signing request (CSR).

Now my question is on http://service.sap.com/tcs, how to create the certificate request response? What links do I have select on http://service.sap.com/tcs?

How to upload the CSR file to generate the crt file?

Thank you,

Nikee

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nikee,

Quite simple.

Open the .CSR file in Notepad.

Make sure you do not have trailing spaces in the file.

Paste the same onto service.sap.com/tcs

Hope this helps.

Regards

RAGHU

Former Member
0 Kudos
Former Member
0 Kudos

Dear Shyam,

Thanks for the links...

In every document, including the pdf file you have sent has the following on page 4.

b. Send the certificate signing request to a CA to be signed.

The exact procedure to use depends on the CA that you use. For the SAP CA, follow the instructions provided by the SAP Trust Center Service at service.sap.com/tcs.

All I am asking is how to send the .csr file created to the certificate signing authority. The CA will then send you the signed certificate ????

Thank you,

Nikee

Former Member
0 Kudos

Hi Nikee,

There are test as well as productive certificates available on http://service.sap.com/tcs.

If you want a test certifcate, Please select the link SSL Test Certificates in http://service.sap.com/tcs. Then click on Try Now button. Paste your CSR. Select the corresponding server type in the drop down. Click Continue.

You will get the test certificate (Response) immediately. Copy and paste it to the notepad.

If you want a productive certificate, then follow the link SSL Certificates. You will have to apply for the certificates. Then sign an agreement. It will take around a week to get productive certificates.

Please let me know if any details are required.

Regards

Raghu.

Former Member
0 Kudos

Hello Raghu,

Well.. I am looking for TEST Certificate.

The steps you have mentioned are good for ABAP stack.

But on JAVA stack, we cannot copy the certificate. It will be in a format of .csr file. How can I upload the ."csr" file on to https://service.sap.com/SSLTest ?????

Or is there a way I can copy the JAVA certificate onto clip-board?????

Thank you,

Nikee

Edited by: Srinikesh Cheella on Aug 28, 2009 3:42 PM