Files
certman/README.md
Steven Tracey e6a2ba2f8b
All checks were successful
Build (artifact) / build (push) Has been skipped
[CI-SKIP] Update README a lil, add CI SKIP feature to gitea workflow
2026-03-08 23:14:40 +01:00

23 lines
506 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
```