Binds a certificate to 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 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.
To list all parameters available for this command, execute neo help bind-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 username.
|
|
Name of the certificate that you set to the SSL host The certificate must already be uploaded. |
|
SSL host as defined with the |
neo bind-domain-certificate --account mysubaccount --user [email protected] --host hana.ondemand.com --ssl-host mysslhostname --certificate myfirstcert
Related Information