#3419 Add UI component for cert-find
Closed: Fixed None Opened 11 years ago by rcritten.

A new cert-find command is being added that utilizes the dogtag 10 REST interface to provide some means for searching for certificates.

The CLI component is done in #2528.

The fields searchable are:

  --subject=STR         Subject
  --revocation-reason=INT
                        Reason for revoking the certificate (0-10)
  --min-serial-number=INT
                        minimum serial number
  --max-serial-number=INT
                        maximum serial number
  --exactly             match the common name exactly
  --validnotafter-from=STR
                        Valid not after from this date (YYYY-mm-dd)
  --validnotafter-to=STR
                        Valid not after to this date (YYYY-mm-dd)
  --validnotbefore-from=STR
                        Valid not before from this date (YYYY-mm-dd)
  --validnotbefore-to=STR
                        Valid not before to this date (YYYY-mm-dd)
  --issuedon-from=STR   Issued on from this date (YYYY-mm-dd)
  --issuedon-to=STR     Issued on to this date (YYYY-mm-dd)
  --revokedon-from=STR  Revoked on from this date (YYYY-mm-dd)
  --revokedon-to=STR    Revoked on to this date (YYYY-mm-dd)
  --sizelimit=INT       Maximum number of certs returned

--all and --raw don't currently change anything in the output.


Will probably need implementation of #191

Do not pull in #191. Just do one field which is "subject".

Move all uncompleted tickets to next month bucket.

Pushed to:

  • master:
    • 8d36951 Web UI:Choose different search option for cert-find
    • 070fc17 Web UI:Certificate pages
  • ipa-3-1:
    • 02e315f Web UI:Choose different search option for cert-find
    • 17266e9 Web UI:Certificate pages

Metadata Update from @rcritten:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 3.2 - 2013/03

7 years ago

Login to comment on this ticket.

Metadata