git ssb

0+

cel / sslh



Commit 1e65088b7e6388694b36126cc59c6625b53f4fe6

example.cfg: Add Let's Encrypt support to config

Provides a sample config for Let's Encrypt using the tls-sni-*
challenges. Requires wildcard support added in 6cc3382.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Jonathan McCrohan committed on 6/6/2017, 12:37:07 AM
Parent: 6cc33820d166bc790c79f8e42aec8f53bcefd2ba

Files changed

example.cfgchanged
example.cfgView
@@ -73,8 +73,11 @@
7373 # OpenVPN
7474 { name: "regex"; host: "localhost"; port: "1194"; regex_patterns: [ "^\x00[\x0D-\xFF]$", "^\x00[\x0D-\xFF]\x38" ]; },
7575 # Jabber
7676 { name: "regex"; host: "localhost"; port: "5222"; regex_patterns: [ "jabber" ]; },
77+
78+# Let's Encrypt (tls-sni-* challenges)
79+ { name: "tls"; host: "localhost"; port: "letsencrypt-client"; sni_hostnames: [ "*.*.acme.invalid" ]; log_level: 0;},
7780
7881 # Catch-all
7982 { name: "regex"; host: "localhost"; port: "443"; regex_patterns: [ "" ]; },
8083

Built with git-ssb-web