Skip to content

Commit c010bd4

Browse files
author
Federico Ceratto
committed
Improve README
1 parent 35220c3 commit c010bd4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/roles/letsencrypt/README.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11

22
Configure certbot and Nginx to generate certificates (locally to each server)
3+
4+
- use a dedicated /etc/nginx/sites-enabled/letsencrypt-http config file for letsencrypt
5+
6+
- listen on port 443 for ACME challenge
7+
8+
- listen on port 80 and forward any incoming request to 443
9+
10+
- renew certs automatically (Fix #90)
11+
12+
- ansible --diff is supported
13+
14+
- generate certificate expirations metrics for node exporter
15+
16+
- changes to /etc are also tracked locally by etckeeper

0 commit comments

Comments
 (0)