mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:12:20 +08:00
* adds public web addresses to self-signed cert * skips adding ip addresses to self-signed cert * skip error on public addresses * lint fix * optimize logic and log error * Update lib/service/service.go Co-authored-by: Noah Stride <noah.stride@goteleport.com> * skip adding IP addresses to DNS SANS and log warning * lint fix and update log message * add public addresses into IP sans if ips * remove comment * lint fix * include empty ipaddress for GeneratedSelfSignedCert calls * removed * update function call * logic updates Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com> * handle when a IP addressed can't be parsed for self-signed cert --------- Co-authored-by: Noah Stride <noah.stride@goteleport.com> Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>