Updated deployhooks (markdown)

neil 2021-09-03 21:38:55 +08:00
parent 8215139bfe
commit 9582195556
1 changed files with 8 additions and 0 deletions

@ -29,6 +29,14 @@ Currently supports Kong-v0.10.x.
acme.sh --deploy -d ftp.example.com --deploy-hook kong
```
It deploys to `"http://localhost:8001"` by default, you can specify the kong url to deploy:
```
export KONG_URL="http://you.kong.url:port"
acme.sh --deploy -d ftp.example.com --deploy-hook kong
```
## 3. Deploy the cert to remote server through SSH access
The ssh deploy plugin allows you to deploy certificates to a remote host