Changes a certificate of an SSL host. The certificate must already be uploaded.
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.
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 |
|
---|---|
|
Subaccount technical name
|
|
Enter a region host.
|
|
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.
|
|
Use your email, SAP ID, or user name.
|
|
Name of the certificate that you set to the SSL host The certificate must already be uploaded. |
|
SSL host as defined with the |
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.
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