diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 55b11f9..f1130a3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,6 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: "!contains(github.event.head_commit.message, '[CI-SKIP]')" steps: - name: Checkout diff --git a/README.md b/README.md index 4f3d6e9..5f0a12e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # 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 +``` \ No newline at end of file