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

security/acme-client: DNS-01 Request with cyon.ch not working #4457

Open
Nimda3000 opened this issue Jan 8, 2025 · 2 comments
Open

security/acme-client: DNS-01 Request with cyon.ch not working #4457

Nimda3000 opened this issue Jan 8, 2025 · 2 comments
Labels
incomplete Issue template missing info upstream Third party issue

Comments

@Nimda3000
Copy link

Das Problem beim acme-Script ist, dass die Parameter seit den Anpassungen des DNS-Editors bei cyon.ch leicht anders heissen. Sehen wir uns das Snippet an in https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_cyon.sh:

_cyon_add_txt() { _info " - Adding DNS TXT entry..." add_txt_url="https://my.cyon.ch/domain/dnseditor/add-record-async" add_txt_data="zone=${fulldomain_idn}.&ttl=900&type=TXT&value=${txtvalue}"
Auf der letzten Zeile sehen wir die Parameter zone, ttl + value.

Neu heissen die anders, nämlich name, ttl + dnscontent, d.h. das hier wäre die richtige Version:

add_txt_data="name=${fulldomain_idn}.&ttl=900&type=TXT&dnscontent=${txtvalue}"

@OPNsense-bot
Copy link

Thank you for creating an issue.
Since the ticket doesn't seem to be using one of our templates, we're marking this issue as low priority until further notice.

For more information about the policies for this repository,
please read https://github.com/opnsense/core/blob/master/CONTRIBUTING.md for further details.

The easiest option to gain traction is to close this ticket and open a new one using one of our templates.

@OPNsense-bot OPNsense-bot added the incomplete Issue template missing info label Jan 8, 2025
@Monviech Monviech transferred this issue from opnsense/core Jan 9, 2025
@fraenki fraenki added the upstream Third party issue label Jan 9, 2025
@fraenki
Copy link
Member

fraenki commented Jan 9, 2025

This was already fixed in the upstream acme.sh project:
acmesh-official/acme.sh#6184
https://github.com/acmesh-official/acme.sh/blob/dev/dnsapi/dns_cyon.sh

However, this change will only be available in OPNsense, when a new release of acme.sh is available that contains this fix.

@fraenki fraenki changed the title DNS-01 Request with cyon.ch with acme client security/acme-client: DNS-01 Request with cyon.ch not working Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incomplete Issue template missing info upstream Third party issue
Development

No branches or pull requests

3 participants