Majic Projects
Gimmecert
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Gimmecert / Closed Feature request GC-20 Ability to display status
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    Not determined
  • Targetted for
    0.1.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    8 hours
  • Time spent
    8 hours
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

After a number of certificates have been issued using the tool, it should be possible to show status of currently issued artefacts.

The following should be done:

  • Implement status command.
  • Status command should:
    • Display information about CA hierarchy as follows:
      • Make sure the section is clearly indicating that it describes the CA hierarchy.
      • List CAs in order of their seniority (self-signed at top, leaf CA at bottom).
      • Show subject DN of each CA certificate
      • Show CA certificate validity.
      • CA certificates with wrong validity should be clearly indicated as such (not valid yet, expired).
      • Display paths to certificates.
      • Mark the issuing (leaf) CA in some way for users to be aware that it is the one used for issuance of certificates.
    • Display information about all issued server certificates as follows:
      • Make sure information resides within its own section on screen, clearly indicating it is showing information about server certificates.
      • Show subject DN of each server certificate.
      • Show DNS subject alternative names.
      • Show validity.
      • Server certificates with wrong validity should be clearly indicated as such (not valid yet, expired).
    • Display information about all issued client certificates as follows:
      • Make sure information resides within its own section on screen, clearly indicating it is showing information about client certificates.
      • Show subject DN of each client certificate.
      • Show validity.
      • Client certificates with wrong validity should be clearly indicated as such (not valid yet, expired).
  • Status command should not accept any positional or optional arguments.
  • Status command should be implemented with the following constraints in mind:
    • Validity time should be shown in UTC.
    • Example usage in CLI help should be updated to cover the new command.

Documentation should cover:

  • Command usage.
  • What timezone is used for displaying validities.
  • Example output.
Todos (0 / 0)
There are no comments