cmd/derper: set autocert Email
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/133/head
parent
68ff31a0ba
commit
dd68debd64
|
@ -164,6 +164,7 @@ func main() {
|
||||||
}
|
}
|
||||||
if *hostname == "derp.tailscale.com" {
|
if *hostname == "derp.tailscale.com" {
|
||||||
certManager.HostPolicy = prodAutocertHostPolicy
|
certManager.HostPolicy = prodAutocertHostPolicy
|
||||||
|
certManager.Email = "security@tailscale.com"
|
||||||
}
|
}
|
||||||
httpsrv.TLSConfig = certManager.TLSConfig()
|
httpsrv.TLSConfig = certManager.TLSConfig()
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in New Issue