I've been using the GoDaddy DNS plugin and it's been working fine for some time. But now I get an error in the console:
I see this in the syslog:
I seem to recall having a similar problem with Nginx Proxy Manager when the certbot script was out of date. Is there some similar script to update for this?
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/129865526/282156040087
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/369475186577'
The validation for <host.domain> is pending!
[Thu Jun 27 12:33:35 PDT 2024] Adding record
[Thu Jun 27 12:33:36 PDT 2024] TXT record 'REDACTED' for '_acme-challenge.<host.domain>', value wasn't set!
[Thu Jun 27 12:33:36 PDT 2024] Error add txt for domain:_acme-challenge.<host.domain>
TASK ERROR: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup gd <host.domain>' failed: exit code 1
I see this in the syslog:
Jun 27 12:33:33 <host> pvedaemon[1563130]: <root@pam> starting task UPID:<host>:0018FDE0:02995873:667DBE8D:acmenewcert::root@pam:
Jun 27 12:33:36 <host> pvedaemon[1637856]: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup gd <host.domain>' failed: exit code 1
Jun 27 12:33:36 <host> pvedaemon[1563130]: <root@pam> end task UPID:<host>:0018FDE0:02995873:667DBE8D:acmenewcert::root@pam: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup gd <host.domain>' failed: exit code 1
I seem to recall having a similar problem with Nginx Proxy Manager when the certbot script was out of date. Is there some similar script to update for this?