master
Roman Danko 2021-03-03 16:20:22 +01:00
parent 10652c889f
commit 5b1e4b6ccb
1 changed files with 7 additions and 1 deletions

@ -463,12 +463,18 @@ export KNOT_SERVER="dns.example.com"
export KNOT_KEY=`grep \# /etc/knot/acme.key | cut -d' ' -f2` export KNOT_KEY=`grep \# /etc/knot/acme.key | cut -d' ' -f2`
``` ```
and optionally (if you use challenge alias zone)
```
export KNOT_ZONE="le.example.com"
```
Ok, let's issue a cert now: Ok, let's issue a cert now:
``` ```
acme.sh --issue --dns dns_knot -d example.com -d www.example.com acme.sh --issue --dns dns_knot -d example.com -d www.example.com
``` ```
The `KNOT_SERVER` and `KNOT_KEY` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed. The `KNOT_SERVER` and `KNOT_KEY` and `KNOT_ZONE` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 20. Use DigitalOcean API (native) ## 20. Use DigitalOcean API (native)