Skip to content

Commit 9e3716b

Browse files
committed
vcs-test/vcweb: add Autocert notification email
Add golang-dev as the Autocert notification email so Let's Encrypt can send us emails. golang-dev is not an ideal choice, but we need something publicly accessible and there isn't an obvious better option. My understanding is we should expect essentially no emails so I don't want to worry too much about it. Updates golang/go#47108. Change-Id: I22951984e0d48a59787d110b9cef32cbe3d9bc4a Reviewed-on: https://go-review.googlesource.com/c/build/+/334532 Trust: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent fc911d5 commit 9e3716b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcs-test/vcweb/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func main() {
9090
Cache: autocertcache.NewGoogleCloudStorageCache(client, "vcs-test-autocert"),
9191
Prompt: autocert.AcceptTOS,
9292
HostPolicy: autocert.HostWhitelist("vcs-test.golang.org"),
93+
Email: "[email protected]", // for lack of a better choice.
9394
}
9495
s := &http.Server{
9596
Addr: ":https",

0 commit comments

Comments
 (0)