You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the .env template's default ([email protected], which is an invalid domain), the certificate acquisiton process fails due to invalid domain
E0410 09:32:12.711413 1 setup.go:271] cert-manager/controller/clusterissuers "msg"="skipping retrying account registration as a BadRequest response was returned from the ACME server" "error"="400 urn:ietf:params:acme:error:invalidContact: Error creating new account :: contact email \"[email protected]\" has invalid domain : Domain name does not end with a valid public suffix (TLD)"
Steps to Reproduce
The text was updated successfully, but these errors were encountered:
Expected Behaviour
For HTTPS certificates to be acquired and used
Actual Behaviour
Using the .env template's default (
[email protected]
, which is an invalid domain), the certificate acquisiton process fails due to invalid domainSteps to Reproduce
The text was updated successfully, but these errors were encountered: