Create a Certificate Signing Request on the cluster.

Create a Certificate Signing Request on the cluster with the given details. Each service has at most one outstanding CSR.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Specifies the parameters to create a Certificate Signing Request.

string | null
required

Specifies the organization attribute, which is part of the distinguished name definition. It is used to specify the name of the company.

string | null
required

Specifies the organization unit attribute, which is part of the distinguished name definition. It is used to identify the specific department or business unit in the company that is owning the Cluster.

string | null
required

Specifies the country attribute, which is part of the distinguished name definition. It is used to identify the country where the state is located. It is specified as two letter code defined by the ISO standard.

string | null
required

Specifies the state attribute, which is part of the distinguished name definition. It is used to identify the state where the city is located.

string | null
required

Specifies the locality attribute, which is part of the distinguished name definition. It is used to identify the city where the company is located or the Cluster is installed.

string | null
enum
Defaults to rsa

Specifies the algorithm to be used to generate the key pair. RSA is the default value.

Allowed:
int64 | null

Specifies the size of the keys in bits. The default is 2048 bits for the RSA keys and 256 bits for ECDSA.

string | null

Specifies the common name attribute, which is part of the distinguished name definition. Common name is used to specify a context for the certificate, for example, the name of the Cluster to which the certificate is to be assigned. Default value is the name of the Cluster.

dnsNames
array of strings | null

Specifies an alternative subject name component to be included in the certificate. It is used to identify the ways the Cluster will be accessed. It is given as a comma separated list of FQDNs. The default value is the Cluster's VIP hostname.

dnsNames
hostIps
array of strings | null

Specifies an alternative subject name component to be included in the certificate. It is used to identify the ways the Cluster will be accessed. It is given as a comma separated list of IP addresses. The default value is the Cluster's VIP addresses.

hostIps
string | null

Specifies an alternative subject name component to be included in the certificate. Format is a standard e-mail address, for example [email protected].

string | null
enum
Defaults to iris

Specifies the Cohesity service name for which the CSR is generated. Default service name is iris.

Allowed:
Headers
int64

This field uniquely represents a Cohesity Cluster and is used for making on-prem calls from Helios.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json