Update e2e test ACME email
Let's encrypt no longer allow use of @example.com emails for ACME accounts. This PR switches us to use a @cert-manager.io email for the ACME account used during e2e tests, as currently the dns01 e2e tests are performed against the let's encrypt staging endpoint due to issues described in https://github.com/letsencrypt/pebble/issues/118
This commit is contained in:
parent
df4b493b38
commit
b0b7ae9c1f
@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
const invalidACMEURL = "http://not-a-real-acme-url.com"
|
||||
const testingACMEEmail = "test@example.com"
|
||||
const testingACMEEmail = "e2e@cert-manager.io"
|
||||
const testingACMEPrivateKey = "test-acme-private-key"
|
||||
const foreverTestTimeout = time.Second * 60
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user