mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
Updated multideploy compatibility
@@ -1175,10 +1175,11 @@ acme.sh --deploy -d example.com --deploy-hook zyxel_gs1900 # specify --insecure
|
|||||||
Multideploy allows you to deploy your certificates to multiple services, even those that use the same hook. To use this hook, issue a cert and create a new file, `multideploy.yml,` in the certificate directory. This must contain a version and the services to which your certificate will be deployed. All services specified will be used to deploy your certificate!
|
Multideploy allows you to deploy your certificates to multiple services, even those that use the same hook. To use this hook, issue a cert and create a new file, `multideploy.yml,` in the certificate directory. This must contain a version and the services to which your certificate will be deployed. All services specified will be used to deploy your certificate!
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
| **acme.sh version** | **multideploy version** | **Pull request status** |
|
| **acme.sh version** | **multideploy version** | **Status** |
|
||||||
|---------------------|-------------------------|------------------------ |
|
|---------------------|-------------------------|------------------------ |
|
||||||
| <= 3.1.0 | not supported | ❌ |
|
| <= 3.1.2 | not supported | ❌ |
|
||||||
| dev | 1.0 |  |
|
| > 3.1.2 | 1.0 | ✅ |
|
||||||
|
| dev | 1.0 |  |
|
||||||
|
|
||||||
`yq` needs to be installed to read the deploy file. A tested version is [yq-go:v4.50](https://github.com/mikefarah/yq)
|
`yq` needs to be installed to read the deploy file. A tested version is [yq-go:v4.50](https://github.com/mikefarah/yq)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user