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-22 Ability to provide CSR for issuing and renewing certificates
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
    20 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

In some cases it might be useful to be able to reuse existing private keys generated server-side, and simply issue a certificate for them by providing a certificate signing request.

The following should be done:

  • Add option for passing-in a CSR to the server, client, and renew commands.
  • Option should be implemented as follows:
    • Option should accept a single argument, path to the CSR.
    • If specified path is equal to -, prompt user for pasting-in a CSR.
    • CSR should be stored alongside the generated certificate.
    • Use only the public key in resulting certificate.
    • When using the option for the renew command, remove private key (if any) and/or replace the existing CSR with a new one.
  • Update the status command:
    • For entities where CSR is available but not the private key, make sure to show the correct artefact information (path to CSR).
  • Update CLI help for affected commands.
  • Update CLI examples.
  • Update documentation for affected commands, adding description for the new option.
Todos (0 / 0)
There are no comments