Files
certman/README.md
Steven Tracey f4e7a37fa6
All checks were successful
Build (artifact) / build (push) Successful in 41s
Fixed bug with hash being written in wrong location
2026-03-21 10:52:46 +01:00

26 lines
552 B
Markdown

# 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
```bash
sudo certman install -mode server
sudo certman new-domain example.com
```
### Client
```bash
sudo certman install -mode client
sudo certman new-domain example.com
```
### TODO
- Add systemd units during install