Creates a new CSR.
API URL
POST https://<host>/wsapis/v2.0.0/certmgmt/csr -d <payload>
Payload
JSON containing the following fields.
"csr_name": "<name given to the CSR>" "common_name": "(string) <simple name>" "country_name": (string) "state_or_province_name": (string) "locality_name": (string) "organization_name": (string) "organizational_unit_name": (string) "email_address": (string) "csr_key_type": (string) "key_size_bits": (string)
Sample curl requests
curl -gsSk -H "$c" 'https://<host>/wsapis/v2.0.0/certmgmt/csr' -H 'content-type:application/json' -d '{"csr_name" : "fireeye123"}'
Availability
This command is available on the following platforms:
Network Security
Helix Enterprise
Authentication
Standard WSAPI authentication