Skip to content

Commit 93dbda9

Browse files
committed
prog
Signed-off-by: Simon Behar <[email protected]>
1 parent 6b747d2 commit 93dbda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/certs/generate_certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func main() {
4040
BasicConstraintsValid: true,
4141
}
4242

43-
for _, h := range []string{"localhost"} {
43+
for _, h := range []string{"localhost", "127.0.0.1"} {
4444
if ip := net.ParseIP(h); ip != nil {
4545
template.IPAddresses = append(template.IPAddresses, ip)
4646
} else {

0 commit comments

Comments
 (0)