Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ronjaponja/ansible-role-letsencrypt
- Owner: RonjaPonja
- License: mit
- Created: 2016-03-26T01:47:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T08:19:22.000Z (over 6 years ago)
- Last Synced: 2024-11-19T03:05:48.860Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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