16 lines
488 B
Markdown
16 lines
488 B
Markdown
![]() |
# Install acme.sh with CF and multidomain
|
||
|
|
||
|
## Purpose
|
||
|
|
||
|
This role install the [acme.sh](https://acme.sh) project on a Linux server and sets up a domain with DNS challenge with Cloudflare.
|
||
|
|
||
|
## Variables
|
||
|
|
||
|
All variables are in the defaults folder, however the most importants are:
|
||
|
|
||
|
- acme_sh_user_groups: ["docker"] # Add to docker group the acme user
|
||
|
- acme_sh_email: "example@example.com" # mail address with acme install
|
||
|
|
||
|
## todo
|
||
|
- Set and register the default CA
|
||
|
- Issue cert on domains
|