Updated deployhooks (markdown)

master
Jan-Philipp Benecke 2020-11-29 11:20:45 +01:00
parent ba982f1fa6
commit 5306f182dd
1 changed files with 22 additions and 1 deletions

@ -623,4 +623,25 @@ To deploy a cert:
acme.sh --deploy -d example.com --deploy-hook openstack
```
Your OpenStack credentials will be saved to `~/.acme.sh/account.conf`.
Your OpenStack credentials will be saved to `~/.acme.sh/account.conf`.
## 22. Deploy the cert to CleverReach
For this provide you need a OAuth App with Client Credential rights. You can create it at https://eu.cleverreach.com/admin/account_rest.php
For the rights please contact the CleverReach support.
Please ensure that your domain for the cert. is already added to your account.
After this set the following variables:
```sh
export DEPLOY_CLEVERREACH_CLIENT_ID="Your CleverReach OAuth Client ID"
export DEPLOY_CLEVERREACH_CLIENT_SECRET="Your CleverReach OAuth Client Secret"
```
To deploy the cert now run:
```sh
acme.sh --deploy -d example.com --deploy-hook cleverreach
```
Now the cert is added to all domains that are covered by it.