aboutsummaryrefslogtreecommitdiff
path: root/acme/pebble_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'acme/pebble_test.go')
-rw-r--r--acme/pebble_test.go12
1 files changed, 4 insertions, 8 deletions
diff --git a/acme/pebble_test.go b/acme/pebble_test.go
index 625e20b..63e6cc5 100644
--- a/acme/pebble_test.go
+++ b/acme/pebble_test.go
@@ -334,14 +334,10 @@ func testIssuance(t *testing.T, env *environment, challSrv challengeServer) {
Type: "dns",
Value: "www.example.com",
},
- // TODO(@cpu): enable this identifier once IP addresses are handled correctly
- // by acme.TLSALPN01ChallengeCert
- /*
- {
- Type: "ip",
- Value: "127.0.0.1",
- },
- */
+ {
+ Type: "ip",
+ Value: "127.0.0.1",
+ },
}
order, err := client.AuthorizeOrder(ctx, identifiers)
if err != nil {