We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35220c3 commit c010bd4Copy full SHA for c010bd4
ansible/roles/letsencrypt/README.adoc
@@ -1,2 +1,16 @@
1
2
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