Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A acme-dns-tiny
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adrien Dorsaz
  • acme-dns-tiny
  • Issues
  • #3

Create a script to implement account key rollover

ACME RFC allows users to rollover their private account key.

It will be useful to have a little script to apply this modification to avoid using compromised account private key or to allow to upgrade RSA keys to ECDSA for example (or even modifies number of bytes used in these keys).

I suggest to do a little script like we have done for account deletion (which will be deactivation in future).

I think this script won't need a configuration file, but just two arguments to indicate old account private key and new private key. That's better, because we won't need code to read configuration file and because this script should be a one shot script which certainly won't be used in a cron job.

Assignee
Assign to
Time tracking