Skip to content

Commit

Permalink
prog
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <simbeh7@gmail.com>
  • Loading branch information
simster7 committed Apr 1, 2021
1 parent 6b747d2 commit 93dbda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/certs/generate_certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
BasicConstraintsValid: true,
}

for _, h := range []string{"localhost"} {
for _, h := range []string{"localhost", "127.0.0.1"} {
if ip := net.ParseIP(h); ip != nil {
template.IPAddresses = append(template.IPAddresses, ip)
} else {
Expand Down

0 comments on commit 93dbda9

Please sign in to comment.