Hat Strato eine API für automatisierte DNS Einträge?Moin, wäre es möglich dein Plugin für strato zu nutzen? Hat jemand damit Erfahrungen?
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/119126600/102905354286
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/125874739446'
The validation for mta.zzzz.de is pending!
[Fri Jul 1 21:03:12 CEST 2022] Calling acme-dns on selfhost
[Fri Jul 1 21:03:12 CEST 2022] Trying to add DT8yKNggaJmmIK49AJRt3yog2LCrC7dFv2dsQI8BE2E on selfhost for rid: 3041444
Add TXT record: _acme-challenge.mta.zzzz.de
Sleeping 30 seconds to wait for TXT record propagation
Triggering validation
Sleeping for 5 seconds
[Fri Jul 1 21:03:48 CEST 2022] It seems that your api file is not correct, it must have a function named: dns_selfhost_rm
command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme teardown selfhost mta.zzzz.de' failed: exit code 1
TASK ERROR: validating challenge 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/125874739446' failed - status: invalid, DNS problem: NXDOMAIN looking up TXT for _acme-challenge.mta.zzzz.de - check that a DNS record exists for this domain
#_getdeployconf SELFHOSTDNS_MAP
#_getdeployconf SELFHOSTDNS_RID
#_getdeployconf SELFHOSTDNS_RID2
#_getdeployconf SELFHOSTDNS_LAST_SLOT
#_savedeployconf SELFHOSTDNS_MAP "$SELFHOSTDNS_MAP"
#_savedeployconf SELFHOSTDNS_RID "$SELFHOSTDNS_RID"
#_savedeployconf SELFHOSTDNS_RID2 "$SELFHOSTDNS_RID2"
#_savedeployconf SELFHOSTDNS_LAST_SLOT "$SELFHOSTDNS_LAST_SLOT"
ping ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/689022087/173163940827
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/215234627777'
The validation for pmg.xyz.name is pending!
[Thu Mar 30 13:52:46 CEST 2023] Calling acme-dns on selfhost
[Thu Mar 30 13:52:46 CEST 2023] SELFHOSTDNS_MAP must contain the fulldomain incl. prefix and at least one RID
[Thu Mar 30 13:52:46 CEST 2023] Error add txt for domain:_acme-challenge.pmg.xyz.name
TASK ERROR: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup selfhost pmg.xyz.name' failed: exit code 1
SELFHOSTDNS_MAP=_acme-challenge.<SUB>.<DOMAIN>.<TLD>:<RID1>:<RID2>
SELFHOSTDNS_PASSWORD=<PASSWORT>
SELFHOSTDNS_USERNAME=<KUNDENNUMMER>
Super, das war es - es klappt. Meine Config sah noch so wie früher aus:API DATA -> sollte in der aktuellen Version wie folgt aussehen.
Code:SELFHOSTDNS_MAP=_acme-challenge.<SUB>.<DOMAIN>.<TLD>:<RID1>:<RID2> SELFHOSTDNS_PASSWORD=<PASSWORT> SELFHOSTDNS_USERNAME=<KUNDENNUMMER>
Die Platzhalter (<...>) sind natürlich dementsprechend anzupassen.