Files
certman/README.md
Steven Tracey c01195643a
All checks were successful
Build (artifact) / build (push) Successful in 1m13s
Lets see if this works
2026-06-29 07:57:03 -04:00

707 B

CertManager

Features to Add

  • Integrations as modules (systemd integration, generic commands, docker integration)
  • Dedicated builds for server, client, and executor(?)

Quick Start

Daemonizing CertManager

The install command creates the certman user, directories, and runs chown on the created dirs

Server

sudo certman install -mode server
sudo certman new-domain example.com

Client

sudo certman install -mode client
sudo certman new-domain example.com

TODO

  • Add systemd units during install
  • Add update command to pull from latest release

Scratch Board

  • Server Flow
    • Read from

Coding Conventions

  • Keep Config() calls in app space