DragonFly On-Line Manual Pages
sceplist(1) DragonFly General Commands Manual sceplist(1)
NAME
sceplist - display SCEP requests of a given status
SYNOPSIS
sceplists [ options ] [ from [ to ] ]
DESCRIPTION
Sceplist displays lists of SCEP requests of a given status either as
plain text or as HTML. Sorting can be performed on various attributes
of a request, and it is possible to only display a range of requests
based on the same key.
OPTIONS
-d increase the debug level by one.
-h display the results of the query in HTML format instead of plain
text.
-c display date strings in the usual BR ctime (3) format instead of
the ASN1 time string.
REQUEST STATUS
Requests of differnt status are lists depending on the following
options:
-p displays pending requests. This is the default, and the -p flag
can be omitted.
-g lists granted requests, not including certificates that have
been revoked in the mean time.
-r lists rejected requests, i.e. requests the were sent in by
clients, but lated denied a certificate by the CA operator.
-v lists revoked requests.
SORTING
Sceplist is capable of sorting on various attributes of requests and
certificates, based on the following options
-t use the transaction id as the sort key.
-n use the subject distinguished named as the sort key.
-b use the end validity time of the certificate as sort key (only
for certificates and revoked certificates).
-a use the beginning of validity of the certificate as sort key
(only for certificates and revoked certificates).
-s use the certificate serial number as sort key (only for
certificates and revoked certificates).
-x reverse the order of the sort.
The optional arguments can indicate a range of requests. The
selection key is the same as the sort key.
VERSION
This page documents sceplist as it appears in version 0.4.2 of
OpenSCEP.
BUGS
The list of revoked certificates does currently not list the revocation
date of a revoked certificate. It isn't possible to sort on the
revocation date either
Selection of a range based on serial number has not been implemented
yet.
SEE ALSO
scepgrant(8), scepreject(8), openscep.cnf(5)
AUTHOR
Andreas F. Mueller <andreas.mueller@othello.ch>
OpenSCEP 02/19/16 sceplist(1)