Skip to content

Latest commit

 

History

History
145 lines (84 loc) · 4.36 KB

bind-domain-certificate-8722bcb.md

File metadata and controls

145 lines (84 loc) · 4.36 KB

bind-domain-certificate

Binds a certificate to 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 bind-domain-certificate --account <subaccount_technical_name> --user <e-mail_or_user> --host <host> --ssl-host <ssl_hostname> --certificate <certificate_name>

By binding a certificate to the SSL host with this command, your custom domain supports TLS 1.2, TLS 1.3, and the following ciphers are enabled: AES128_SHA256, AES256_SHA256, AES128_SHA, AES256_SHA, ECDHE_RSA_AES128_CBC_SHA, ECDHE_RSA_AES128_SHA256, ECDHE_RSA_AES256_CBC_SHA, ECDHE_RSA_AES256_SHA384.

If you want to customize these default security settings, you can use the --supported-protocols and --supported-ciphers parameters of the set-ssl-host command. See set-ssl-host.

Parameters

To list all parameters available for this command, execute neo help bind-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 username.

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.

Example

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

Related Information

Bind the Certificate to the SSL Host

Configuring Custom Domains

set-ssl-host