mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
cmd/derper: set autocert Email
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user