commit | 8a696e555c73a4dc885be9c62da6457ca59ba5fb | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Thu Mar 30 00:38:18 2017 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Sun Apr 02 17:11:27 2017 +0000 |
tree | 8ad251f254fd27916e7338c0fca841808c143765 | |
parent | 858cd036a65874ae01972e13939ca670429a47ac [diff] |
cmd/coordinator: add LetsEncrypt support The buildlets were partially updated to support this in https://golang.org/cl/38792 but overlooked that ServerName == "go" was still hard-coded. This CL also fixes that in the buildlet. Fixes golang/go#16442 Change-Id: Ia2b794bdf9df8ab75875b9951b53a7bb5f5f6afe Reviewed-on: https://go-review.googlesource.com/38798 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>