You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
429 B
13 lines
429 B
2 years ago
|
# 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
|