Generates and returns a certificate signing request (CSR).
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 generate-csr --account <subaccount_technical_name> --user <e-mail_or_user> --host <host> --name <certificate_name>
--certificate-distinguished-name <type0=value0,type1=value1,type2>
To list all parameters available for this command, execute neo help generate-csr
in the command line.
Required |
|
---|---|
Optional |
|
|
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.
|
|
Unique identifier of the certificate
When generating a CSR, the certificate name must start with a letter and can only contain lowercase letters (a-z), uppercase letters (A-Z), numbers (0-9), underscores ( _ ), and hyphens (-). |
|
Attributes of the CSR
|
|
Elliptic curve for ECC algorithms
|
|
A comma-separated list of all domain names to be protected with this certificate, used as value for the Subject Alternative Name field of the generated certificate.
|
|
Signature algorithm
|
|
The size (length) of a generated key pair. This parameter is ignored when the elliptic curve is used
|
neo generate-csr --account mysubaccount --user [email protected] --host hana.ondemand.com --name myfirstcert
--certificate-distinguished-name "C=BG,O=MyCompany,CN=www.mycompany.bg,[email protected]" --subject-alternative-name “www.mycompany.com,www.mycompany.net”
Related Information