Pki.GetX509Csr
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. |