[CI-SKIP] Update README a lil, add CI SKIP feature to gitea workflow
All checks were successful
Build (artifact) / build (push) Has been skipped
All checks were successful
Build (artifact) / build (push) Has been skipped
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "!contains(github.event.head_commit.message, '[CI-SKIP]')"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -1,2 +1,23 @@
|
|||||||
# CertManager
|
# 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user