Skip to content

Latest commit

 

History

History
167 lines (101 loc) · 5.02 KB

change-domain-certificate-53aa1f3.md

File metadata and controls

167 lines (101 loc) · 5.02 KB

change-domain-certificate

Changes a certificate of an SSL host. The certificate must already be uploaded.

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 ↗️.

neo change-domain-certificate --account <subaccount_technical_name> --user <e-mail_or_user> --host <host> --ssl-host <ssl_hostname> --certificate <certificate_name>

To list all parameters available for this command, execute neo help change-domain-certificate in the command line.

Required

-a, --account

Subaccount technical name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-h, --host

Enter a region host.

Type: URL. For acceptable values, see Regions and Hosts Available for the Neo Environment.

-p, --password

To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.

Type: string

-u, --user

Use your email, SAP ID, or user name.

Type: string

--certificate

Name of the certificate that you set to the SSL host

The certificate must already be uploaded.

-l, --ssl-host

SSL host as defined with the --name parameter when created, or 'default' if not specified.

neo change-domain-certificate --account mysubaccount --user [email protected] --host hana.ondemand.com --ssl-host mysslhostname --certificate myfirstcert

The change-domain-certificate command lets you change the domain certificate of a custom domain in one step instead of executing both the unbind-domain-certificate and bind-domain-certificate commands.

If your current version of the SDK for SAP BTP, Neo environment does not support this command, update your SDK or use the unbind-domain-certificate and bind-domain-certificate commands instead.

Note:

The first version of the SDK for SAP BTP, Neo environment to support the change-domain-certificate command are:

  • Java Web SDK (version 1.126.11)

  • Java EE 6 Web Profile SDK (version 2.108.10)

  • Java Web Tomcat 7 SDK (version 2.73.15)

  • Java Web Tomcat 8 SDK (version 3.27.14)

For more information, see Update the SAP BTP SDK for Neo Environment.

Related Information

Update an Expired Certificate

unbind-domain-certificate

bind-domain-certificate

set-ssl-host

Update the SAP BTP SDK for Neo Environment