Skip to content

Commit 7d7bdc6

Browse files
committed
docs: correct cli usage text for tlsalpn01
1 parent d4a1be1 commit 7d7bdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pebble-challtestsrv/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func main() {
6565
dnsOneBind := flag.String("dns01", ":8053",
6666
"Comma separated bind addresses/ports for DNS-01 challenges and fake DNS data. Set empty to disable.")
6767
tlsAlpnOneBind := flag.String("tlsalpn01", ":5001",
68-
"Comma separated bind addresses/ports for TLS-ALPN-01 and HTTPS HTTP-01 challenges. Set empty to disable.")
68+
"Comma separated bind addresses/ports for TLS-ALPN-01 challenges. Set empty to disable.")
6969
managementBind := flag.String("management", ":8055",
7070
"Bind address/port for management HTTP interface")
7171
defaultIPv4 := flag.String("defaultIPv4", "127.0.0.1",

0 commit comments

Comments
 (0)