Updated multideploy compatibility

tomo
2025-12-28 11:21:31 +01:00
parent 995066ce41
commit 8b3251ac37

@@ -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!
### Compatibility
| **acme.sh version** | **multideploy version** | **Pull request status** |
| **acme.sh version** | **multideploy version** | **Status** |
|---------------------|-------------------------|------------------------ |
| <= 3.1.0 | not supported | ❌ |
| dev | 1.0 | ![GitHub issue/pull request detail](https://img.shields.io/github/pulls/detail/state/acmesh-official/acme.sh/6241?style=flat-square&label=Pending%20changes) |
| <= 3.1.2 | not supported | ❌ |
| > 3.1.2 | 1.0 | |
| dev | 1.0 | ![GitHub issue/pull request detail](https://img.shields.io/github/pulls/detail/state/acmesh-official/acme.sh/6241?style=flat-square&label=pending%20changes) |
`yq` needs to be installed to read the deploy file. A tested version is [yq-go:v4.50](https://github.com/mikefarah/yq)