SCEPCredential
A SCEP identity that the device generates.
Declaration
object SCEPCredentialProperties
| Name | Type | Description |
|---|---|---|
CAFingerprint | string | The fingerprint of the Certificate Authority certificate. |
Challenge | string | A preshared secret. |
Key Type | string | The key type, which always has the value |
Key Usage | integer | A bitmask that specifies the use of the key: |
Keysize | integer | The key size in bits, either |
Name | string | Any string that the SCEP server recognizes. For example, it could be a domain name such as |
Retries | integer | The number of times the device should retry if the server sends a |
RetryDelay | integer | The number of seconds to wait between subsequent retries. The system makes the first retry without this delay. |
Subject | [[[string]]] | The representation of an X.500 name is an array of OID and value. For example,
You can represent OIDs as dotted numbers or use shortcuts for country ( |
SubjectAltName | SCEPCredentialSubjectAltNameObject | The subject’s alternative name for the certificate. |
URL Required | string | The SCEP URL. |