From 1fd8d903b81c7cdad46b6ef8b32d33a2d4bc1cf5 Mon Sep 17 00:00:00 2001 From: adns44 Date: Fri, 13 Sep 2024 14:57:34 +0200 Subject: [PATCH] readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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