Interacts with acme.sh:
- install acme.sh
- issue certificates
- renew certificates
The following modes are supported:
- standalone
- webroot
- dns
See the full SaltStack Formulas installation and usage instructions.
See example.yml
on how to configure the formula.
If you want to use this formula, please pay attention to the FORMULA
file and/or git tag
,
which contains the currently released version.
This formula is versioned according to Semantic Versioning.
Includes the following states:
acme_sh.install
acme_sh.issue
Installs acme.sh
.
Issues or renews certificate with acme.sh
.
Linux testing is done with kitchen-salt
.
All tests and lint jobs are executed in GitHub Actions.
You can test the formula locally after installing the following requirements.
- vagrant
- VirtualBox
- Ruby
- bundler
bundle install
kitchen list # list all available test instances
kitchen test <instance>