Suche in diesem Bereich
Table of Contents
Function
The CertificatePrepareOrder task checks the CSR and generates the authentication data. The check consists of analysing the bit-length of the CSR key, checking the formatting and if the CSR key can be processed. After a successful validation the authentication data is generated based on the chosen product. If the task was successful, the CSR key, the single components of the CSR key and the generated authentication data is returned.
- The bit-length must be 2048 bit, ECC is also possible starting with 256 bit.
- The authentication data is returned as a CertAuthentication Object
- The authentication data is generated for all products which support the method.
- If the task is executed before a Reissue or Renewal, the ID of the certificate can also be sent. This also checks that the authentication method does not change without permission.
Description
Route: POST /certificate/_prepareOrder
Overview
Content Tools