Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 3.61 KB

configure-keystore-on-cloud-b3ffae7.md

File metadata and controls

53 lines (30 loc) · 3.61 KB

Configure Keystore on Cloud

Context

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

  1. To deploy your Web application on the cloud, follow the steps for deploying a Web application to SAP BTP as described in Deploy on the Cloud with the Console Client.

  2. To upload the required keystores, execute upload-keystore console command with the prepared .jks files. For more information, see the Cloud Configuration section in Keys and Certificates.

    Example:

    Assuming you have mySubaccount subaccount, myApplication application, myUser user, and the keystore files in folder C:\Keystores, you need to execute the following commands in your local <SDK root>\tools folder:

    neo upload-keystore --account mySubaccount --user myUser --location C:\Keystores\client.jks --host hana.ondemand.com
    neo upload-keystore --account mySubaccount --user myUser --location C:\Keystores\cacerts.jks
     --host hana.ondemand.com
    

    For more information about the keystore console commands, see Keystore Console Commands.

  3. To test the functionality, open the application URL shown by SAP BTP cockpit with the following options:<SAP BTP Application URL>/SSLExampleServlet?host=<remote HTTPS server host name>&port=<remote HTTPS server port number>&path=<remote HTTPS server resource>& client.keystore.password=<client identity keystore password>.

    For more information, see Start and Stop Applications.

Related Information

Deploy on the Cloud with the Console Client

Keys and Certificates

Keystore Console Commands

Start and Stop Applications