StructCSR
From NETIM
Description
This object stores CSR informations. If a CSR has already been generated, it must be store in the CSR property
of the object and each of the other properties must remain empty. If the CSR has not been generated yet, the other
properties must be filled and the CSR property must be empty.
Format | Variable | Description | Notes |
---|---|---|---|
string | CSR | CSR (Certificate signing request) du certificat SSL | Optional |
string | Country | Country code | ISO 3166-1. Do not declare if CSR is provided |
string | City | City | Do not declare if CSR is provided |
string | Region | Region, Province, County | Do not declare if CSR is provided |
string | Organisation | Name of the organisation | Do not declare if CSR is provided |
string | Department | Concerned department | Optional. Do not declare if CSR is provided |
string | EmailAddress | Email Address | Do not declare if CSR is provided |
ArrayOfString | CommonNames | An array containing the common names of the certificate | Do not declare if CSR is provided |
ArrayOfString | AlternativeNames | An array containing the alternative names of the certificate | This array can be empty. Do not declare if CSR is provided |