Suche in diesem Bereich
Table of Contents
Description
The CertificateRequest object represents information for different operations (Create/Renew/Reissue).
The authentication data is generated differently depending on the product. The authentication data is only determined if a product is given.
The object names differ for XML (certificate request) and JSON (certificate data).
Structure
Keyword JSON | Keyword XML | Occurs | Type | Format | Description |
---|---|---|---|---|---|
algorithm | algorithm | 1 | enum | CsrHashAlgorithm | The algorithm used in the CSR key |
authentication | authentication | 0 - n | object | Object CertAuthentication | The generated authentication data |
challengePassword | challenge_password | 1 | string | The password contained within the CSR key | |
CheckCaa | boolean | Activates the CAA record check.
Default value = false For XML, 0 (false) and 1 (true) can also be used. | |||
city | city | 1 | string | The city contained within the CSR key | |
countryCode | country_code | 1 | string | The country code which is contained within the CSR key | |
1 | string | The email address contained within the CSR key | |||
histories | histories | 0 - n | string | CertificateHistory | The certificate history (old versions) |
keySize | key_size | 1 | integer | int32 | The key length of the CSR key |
name | name | 1 | string | The name of the certificate which is contained within the CSR key | |
organization | organization | 1 | string | The organisation contained within the CSR key | |
organizationUnit | organization_unit | 1 | string | The company department contained within the CSR key | |
plain | plain | 1 | string | The CSR key as a string | |
product | product | 1 | enum | SSLProduct | The SSL product |
san | san | 0 - n | string | The SubjectAlternativeNames contained within the CSR key | |
signatureHashAlgorithm | signature_hash_algorithm | 1 | enum | SignatureHashAlgorithm | The hash algorithm which was used for the CSR |
state | state | 1 | string | The state contained within the CSR key | |
certificate | certificate | 0 - 1 | object | Object Certificate | The certificate |
Overview
Content Tools