Pki.GetX509Csr
This command has been deprecated. Do not use it in new code as we may remove it in the future.
Every reader is shipped with a unique ECC P-256 key, generated at the time of
manufacturing. This command returns a certificate signing
request (CSR) over the public part of the reader's key, which can
be signed by a certificate authority. To store the signed certificate
on the reader, run the
Pki.StoreX509Cert command afterwards.
Properties
- Command code: 0x0910
- Command timeout: 16000 ms
- Possible status codes: General status codes
Parameters (request frame)
None
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Length of Csr | Integer (16 bits) |
Length of Csr in bytes |
| Csr | Raw data | Certificate signing request (CSR) for the reader's public key encoded in ASN.1 DER format. |