acme_sh/README.md

13 lines
429 B
Markdown
Raw Normal View History

2021-01-04 21:54:36 +01:00
# Simple acme.sh role
Fetches letsencrypt certificates for a list of domains.
It needs to be run after the **websites** roles to install nginx & proper directories.
# Expected parameters
**acme_domains**: List of domains
**acme_dest**: Absolute directory path where the certs should be written
**acme_owner**: unix user who should own the directory and certs
**acme_reload_cmd**: Command to run after certs have been updated