Command |
The task to perform for this entry.
Possible values:
getca-scep(1), -- Retrieve CA certificate via SCEP
enroll-scep(2), -- Enroll using SCEP
enroll-manual(3), -- Do a manual enrollment
delete(8) -- Cancel the task and delete this entry
Enumerations: - getca-scep (1)
- enroll-scep (2)
- enroll-manual (3)
- delete (8)
|
Index |
A unique index for this entry. |
Url |
The url to access for the task. |
CertName |
The name of the resulting certificate (for certificate
retrieval tasks) or the name of the certificate to use
(for certificate export tasks. |
SubjectName |
The subject name to include into the certificate request. |
SubjectAltName |
The subject alternative name to include into the certificate
request (optional). |
SubjectAltName2 |
A second subject alternative name (optional). |
SubjectAltName3 |
A third subject alternative name (optional). |
KeyIndex |
The index of the key in the ipsecPublicKeyTable to use for
certificate enrollment. |
CaCertIndex |
The index of the CA certificate to use (from the certTable). |
CaDomain |
The domain for which the CA certificate is to be received
(getca_scep command only). |
MaxPolls |
The maximum number of polls performed. A value of -1 means
forever, a value of 0 disables polling, i.e. the task is
cancelled if the initial result is delayed. |
Password |
The password (SCEP: challenge password, CMP: :. |
RaSignCertIndex |
The index of the Registration Authority's (RA) certificate to
use for signing purposes (from the certTable). |
NumPolls |
The number of polls already performed. |
State |
The state of the task specified by this entry. Enumerations: - done (1)
- error (2)
- running (3)
- delayed (4)
- polling (5)
- notreached (6)
|
PollInterval |
The interval (in seconds) between polls. |
RaEncryptCertIndex |
The index of the Registration Authority's (RA) certificate to
use for encryption purposes (from the certTable). |
AutoSave |
Determines if pending requests should be saved permanently
after each try and results should be saved permanently after
finish. Enumerations: |