prepared docs for multideploy and fixed numbering

tomo 2025-02-21 19:25:36 +01:00
parent e16696dbf7
commit f81e11dd3a

@ -930,7 +930,7 @@ Deploy the cert using the following:
acme.sh --deploy -d 'my-cert.acme-apis.com' --deploy-hook cloudhub_v2
```
## 28. Deploy your cert to CacheFly
## 29. Deploy your cert to CacheFly
You must visit the [CacheFly Control Panel](https://portal.cachefly.com/app/tokens) and create an API Token before getting started.
@ -941,7 +941,7 @@ export CACHEFLY_TOKEN="Your CacheFly API Token"
acme.sh --deploy -d example.com --deploy-hook cachefly
```
## 29. Deploy your cert to Edgio
## 30. Deploy your cert to Edgio
You must define the API CLIENT ID, API CLIENT SECRET and ENVIRONMENT ID before getting started.
To create an API client ([Documentation](https://docs.edg.io/applications/v7/develop/rest_api/authentication#administering-api-clients)), and assign the 'app.config' scope.
@ -959,7 +959,7 @@ export EDGIO_ENVIRONMENT_ID="Your Edgio Environment ID"
acme.sh --deploy -d example.com --deploy-hook edgio
```
## 30. Deploy your cert to Netlify
## 31. Deploy your cert to Netlify
You must define the ACCESS TOKEN, SITE ID before getting started.
To create a Personal access tokens ([Documentation](https://app.netlify.com/user/applications#personal-access-tokens)).
@ -976,7 +976,7 @@ export Netlify_SITE_ID="Your Netlify Site ID"
acme.sh --deploy -d example.com --deploy-hook netlify
```
## 31. Deploy your cert to DirectAdmin
## 32. Deploy your cert to DirectAdmin
You must define the following variables before getting started.
**export DirectAdmin_SCHEME**: Optional, https or http, defaults to https.\
@ -997,7 +997,7 @@ export DirectAdmin_MAIN_DOMAIN="Your DirectAdmin Main Domain, NOT Subdomain"
acme.sh --deploy -d example.com --deploy-hook directadmin
```
## 32. Deploy your cert to KeyHelp
## 33. Deploy your cert to KeyHelp
You must define the following variables before getting started.
**DEPLOY_KEYHELP_BASEURL**: The protocol and hostname of KeyHelp Panel, no "/" at the end.\
@ -1019,7 +1019,7 @@ export DEPLOY_KEYHELP_ENFORCE_HTTPS="1"
acme.sh --deploy -d example.com --deploy-hook keyhelp
```
## 33. Deploy your certificate to CDN or DCDN of Alibaba Cloud (Aliyun)
## 34. Deploy your certificate to CDN or DCDN of Alibaba Cloud (Aliyun)
使用 acme.sh 部署到阿里云 CDN / DCDN 之前,需要先创建[访问密钥](https://help.aliyun.com/zh/ram/user-guide/create-an-accesskey-pair),并赋予相应权限: [CDN](https://help.aliyun.com/zh/cdn/developer-reference/api-cdn-2018-05-10-setcdndomainsslcertificate#api-detail-31) / [DCDN](https://help.aliyun.com/zh/dcdn/developer-reference/api-dcdn-2018-01-15-setdcdndomainsslcertificate#api-detail-31)。
@ -1088,7 +1088,7 @@ $ export DEPLOY_ALI_CDN_DOMAIN="cdn1.example.com cdn2.example.com"
$ acme.sh --deploy -d example.com --deploy-hook ali_cdn
```
## 34. Deploy your certificate to Ruckus Unleashed or Ruckus ZoneDirector
## 35. Deploy your certificate to Ruckus Unleashed or Ruckus ZoneDirector
For your first deployment, you must specify your Unleashed administrative credentials.
If you are using a SAN or wildcard certificate, then you must also specify a hostname.
@ -1119,4 +1119,9 @@ Be aware that older Unleashed APs may take 10 minutes to reboot completely.
The Unleashed controller software runs on the elected Master AP.
If you have multiple APs then ensure the management interface doesn't migrate to a different IP address by configuring either a Preferred Master AP or a Management Interface.
Although these notes only mention Unleashed, the deploy hook also supports Ruckus ZoneDirector.
Although these notes only mention Unleashed, the deploy hook also supports Ruckus ZoneDirector.
## 36. Deploying to multiple services with the same hooks
> [!WARNING]
> Pending changes from PR! The Wiki will be updated soon.