clean up old docs
All checks were successful
ci/woodpecker/push/deploy-docs Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-07-28 14:28:21 +02:00
parent 6c2b04e6b9
commit 345b2b10f7
Signed by: adoralaura
SSH key fingerprint: SHA256:3XrkbR8ikAZJVtYfaUliX1MhmJYVAe/ocIb/MiDHBJ8
2 changed files with 0 additions and 33 deletions

View file

@ -1,4 +0,0 @@
---
title: Configuration
type: docs
---

View file

@ -1,29 +0,0 @@
---
title: Introduction
type: docs
---
# Introduction
## CertWarden
[CertWarden](https://www.certwarden.com/) is a self-hosted Centralized ACME Certificate Management platform. With it you can manage and aquire Let's Encrypt certificates.
However, to deploy them to your hosts, for now there only was a docker client, and that was too bloated for me.
So I built `certwarden-deploy`, a dependency-less binary that can run via crontab/systemd timers and that can fetch new certificates and run actions after new certificates got rolled out.
## Quick Start
Installation of the required CertWarden instance is out of scope of this documentation. For detailed instructions regarding CertWarden, please visit [it's documentation](https://www.certwarden.com/docs/introduction/)
To quickly get started with `certwarden-deploy`, just download the binary and run it.
```shell
# this downloads certwarden-deploy version 0.1.1
# to /usr/local/bin/certwarden-deploy
sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.1.1/certwarden-deploy-0.1.1-linux-amd64 -O /usr/local/bin/certwarden-deploy
sudo chmod +x /usr/local/bin/certwarden-deploy
```