ON THIS PAGE
POST /staged_config/certificates/certificate_signing_request
SUMMARY Creates a new Certificate Signing Request (CSR) file. A private key is generated and used to create the CSR file. The private key is kept secure on the Console. Use the GET call to download the CSR file. You must have System Administrator or Security Administrator permissions to use this endpoint.
MIME Type |
---|
text/plain |
Parameter | Data Type | MIME Type | Description | Sample |
---|---|---|---|---|
CSRModel |
Object |
application/json |
The new certificate resource object. This JSON object contains the following parameters:
|
{ "common_name": "String", "country_name": "String", "description": "String", "dns": [ "String" ], "domain_component": "String", "emails": [ "String" ], "id": 42, "ip_addresses": [ "String" ], "key_size": 42, "locality": "String", "organization_name": "String", "organizational_unit": "String", "purpose": "String", "state_province": "String", "street_address": "String", "uri_list": [ "String" ], "user_id": "String" } |
HTTP Response Code | Unique Code | Description |
---|---|---|
201 |
The Certificate Signing Request (CSR) was created successfully. |
|
422 |
1032 |
null |
422 |
1033 |
null |
422 |
1034 |
null |
422 |
1035 |
null |
422 |
1036 |
null |
422 |
1037 |
null |
422 |
1038 |
null |
422 |
1039 |
null |
422 |
1040 |
null |
422 |
1041 |
null |
422 |
1042 |
null |
500 |
1020 |
null |
500 |
1030 |
null |
Response Description
- id - Uniquely identifies the Certificate Signing Request (CSR).
Response Sample
42