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
Steps to reproduce: Create a configuration with two acme_certificate resources, one of which has a common name (or SAN) for which the other has a wildcard of the same name (e.g. users.example.com and *.users.example.com). The ACME record name for both will be the same (_acme-challenge.users.example.com), which is supported by ACME, but causes problems for this provider.
It looks like either the second certificate's TXT record is never created or is removed after the first certificate is validated. Terraform will then eventually timeout on the other resource (failing for both certificates).
The text was updated successfully, but these errors were encountered:
Steps to reproduce: Create a configuration with two
acme_certificate
resources, one of which has a common name (or SAN) for which the other has a wildcard of the same name (e.g. users.example.com and *.users.example.com). The ACME record name for both will be the same (_acme-challenge.users.example.com
), which is supported by ACME, but causes problems for this provider.It looks like either the second certificate's TXT record is never created or is removed after the first certificate is validated. Terraform will then eventually timeout on the other resource (failing for both certificates).
The text was updated successfully, but these errors were encountered: