diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bfc460 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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 \ No newline at end of file