Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[domains] Display the ACME challenge in case of wildcard domain #1047

Open
EtienneM opened this issue Mar 5, 2024 · 0 comments · May be fixed by #1048
Open

[domains] Display the ACME challenge in case of wildcard domain #1047

EtienneM opened this issue Mar 5, 2024 · 0 comments · May be fixed by #1048
Assignees
Labels

Comments

@EtienneM
Copy link
Member

EtienneM commented Mar 5, 2024

When adding a wildcard domain (https://doc.scalingo.com/platform/app/domain#wildcard-domain) to an application, one need to update the TXT DNS record every three months. The value that the customer needs to set is displayed on the dashboard, but not on the CLI:

❯ scalingo --app my-app domains
+---------------+---------+
|    DOMAIN     | TLS/SSL |
+---------------+---------+
| *.my-domain.fr | -       |
+---------------+---------+

Whereas on the dashboard:

image

The needed values are available in the response of the request GET /v1/apps/my-app/domains, in the fields acme_dns_fqdn and acme_dns_value.

Related to https://app.intercom.com/a/inbox/w4oogu7s/inbox/admin/524634/conversation/12375700229320?view=List

@EtienneM EtienneM added the low label Mar 5, 2024
@EtienneM EtienneM self-assigned this Mar 5, 2024
@EtienneM EtienneM linked a pull request Mar 6, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant