diff --git a/DashboardBuilders.md b/DashboardBuilders.md index 5bca667f..b54434c5 100644 --- a/DashboardBuilders.md +++ b/DashboardBuilders.md @@ -61,7 +61,7 @@ The LUCI system requires builders to run two applications which authenticate to 1. The title of the issue should be in the format: `x/build: add builder`. 1. Choose a hostname. - 1. Use `golang.org/x/build/cmd/genbotcert` to generate both a certificate signing request and a TLS private key using the hostname (chosen beforehand) as input. Send the Go team the certificate signing request. A team member will send you the resulting certificate. + 1. Use `golang.org/x/build/cmd/genbotcert` to generate both a certificate signing request (.csr) and a TLS private key (.key) using the hostname (chosen beforehand) as input. Attach the certificate signing request (.csr) to the GitHub issue. A team member will attach the resulting certificate (.cert) to the GitHub issue. 1. `genbotcert -bot-hostname ` 1. A Go team member will define your new builder in [LUCI](https://chromium.googlesource.com/chromium/src/+/master/docs/tour_of_luci_ui.md). A comment will be added to the issue when this is completed.