Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronjaponja/ansible-role-letsencrypt

Simplistic let's encrypt role using acme-tiny.
https://github.com/ronjaponja/ansible-role-letsencrypt

Last synced: about 2 months ago
JSON representation

Simplistic let's encrypt role using acme-tiny.

Awesome Lists containing this project

README

        

* Include the following where you think appropriate to your Nginx tasks.
``` YAML
- name: Run letsencrypt/nginx.yml
include_role:
name: letsencrypt
tasks_from: nginx
```

* Add `include /etc/nginx/snippets/lets-encrypt.conf;` to your nginx sites.
* Add something like this to your vars:
``` YAML
letsencrypt_email: [email protected]
letsencrypt_webroot_dir: /mnt/data/www/acme-challenges/
letsencrypt_cert_domains:
mail.example.com:
- imap.example.com
- smtp.example.com
example.com:
- www.example.com
```

* ???
* Profit