You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,15 @@ Simple Ansible role to install `certbot` with NGINX plugin on **Ubuntu 16.04** a
6
6
This role will:
7
7
1. Add `certbot` PPA repository
8
8
2. Install `certbot` and `python-certbot-nginx` packages
9
-
3.`certbot` package will add a `renew` cron job and a systemd-timer ([More info](https://certbot.eff.org/#ubuntuxenial-nginx)
9
+
3.`certbot` package will add a `renew` cron job and a systemd-timer ([More info](https://certbot.eff.org/#ubuntuxenial-nginx))
10
10
4. Generate a Let's Encrypt SSL certificates for the given `domain_name`.
11
11
12
+
Warning
13
+
-------
14
+
If you already have Nginx installed with a site configured pointing to files in `/etc/letsencrypt` the certificate creation task will fail ([example](https://gitlab.com/coopdevs/odoo-lafeixa-inventory/-/blob/master/inventory/group_vars/all.yml#L37)).
15
+
16
+
In general is recommended to execute this role before any other role installing and configuring Nginx.
0 commit comments