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 Enhancement GC-23 Move the update DNS names functionality from server command to renew command
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
    Enhancement
  • 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
    4 hours
  • Time spent
    4 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

Currently the server command comes with functionality to update the DNS names used in the certificate, without affecting the private key/CSR used initially. This is done via the --update-dns-names option.

For all the practical purposes, this is in effect a certificate renewal operation, and it does not make much sense to make it part of the server command (since this command is normally used for creating completely new certificates).

It would be better to fold this option into the renew command instead.

The following should be done:

  • Move the --update-dns-names option into the renew command.
  • The option should be implemented/updated as follows:
    • Option should accept a comma-separated list of DNS names to use.
    • If an empty string is passed-in, the option should only include the base entity name as DNS subject alternative name.
    • Option should be applicable only for the server certificates.
  • Move/update functional tests related to updating server names.
  • Ensure all unit tests are still fully functional.
  • Update the CLI examples if necessary.
  • Update the documentation about renewals and server certificate issuance.
Todos (0 / 0)
There are no comments