From 6eef6dd1dbc0d7190afe260fb5202e9ebbd71b11 Mon Sep 17 00:00:00 2001 From: Werner Pieterson Date: Sun, 27 Aug 2023 11:49:04 +0200 Subject: [PATCH] Update DOCS.md Add Automation --- acme_sh/DOCS.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/acme_sh/DOCS.md b/acme_sh/DOCS.md index b50dc9e..d126bff 100644 --- a/acme_sh/DOCS.md +++ b/acme_sh/DOCS.md @@ -11,6 +11,20 @@ The server can be one listed at https://github.com/acmesh-official/acme.sh/wiki/ - Add `DEBUG=1` (or `2` or `3`) to `env` for debug output. Certificates will be installed to `/ssl/` +# Support +If you find this addon useful, please consider supporting my work by [buying me a coffee](https://www.buymeacoffee.com/wernerhp) or making a donation in the form of Bitcoin. + +### Bitcoin +`3EGnQKKbF6AijqW9unyBuW8YeEscY5wMSE` +Bitcoin address: 3EGnQKKbF6AijqW9unyBuW8YeEscY5wMSE + + +### Buy me a coffee +Buy Me A Coffee + +Sign-up for a free Luno wallet using [this invite link](http://www.luno.com/invite/X48WY) or enter the code **X48WY** in the **Rewards** section and we can both earn **R 25.00 free BTC** after investing our first R 500. + + ## Config ``` account: me@example.com @@ -27,5 +41,18 @@ dns: - FREEDNS_Password=my_password - DEBUG=1 ``` - -Buy Me A Coffee +## Automation +Setup an automation to run +```yaml +alias: Restart ACME.sh Addon +trigger: + - platform: time + at: "00:00" +action: + - service: hassio.addon_restart + data: + addon: 5b07adba_acme_sh +initial_state: true +mode: single +description: Renew SSL Certificates using ZeroSSL +```