mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-22 11:40:29 +03:00
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>
This commit is contained in:
parent
6cc33820d1
commit
1e65088b7e
@ -74,6 +74,9 @@ protocols:
|
||||
{ name: "regex"; host: "localhost"; port: "1194"; regex_patterns: [ "^\x00[\x0D-\xFF]$", "^\x00[\x0D-\xFF]\x38" ]; },
|
||||
# Jabber
|
||||
{ name: "regex"; host: "localhost"; port: "5222"; regex_patterns: [ "jabber" ]; },
|
||||
|
||||
# Let's Encrypt (tls-sni-* challenges)
|
||||
{ name: "tls"; host: "localhost"; port: "letsencrypt-client"; sni_hostnames: [ "*.*.acme.invalid" ]; log_level: 0;},
|
||||
|
||||
# Catch-all
|
||||
{ name: "regex"; host: "localhost"; port: "443"; regex_patterns: [ "" ]; },
|
||||
|
Loading…
x
Reference in New Issue
Block a user