Hi,
my ACME-configuration ends up in an error message:
[Sat Dec 30 16:35:23 CET 2023] Error add txt for domain:_acme-challenge.pve1.xy.com
TASK ERROR: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup lua pve1.xy.com' failed: exit code 1
What I did:
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/123
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/123'
The validation for pve1.xy.com is pending!
[Sat Dec 30 16:12:44 CET 2023] invalid domain
[Sat Dec 30 16:12:44 CET 2023] Error add txt for domain:_acme-challenge.pve1.xy.com
command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup lua pve1.xy.com' failed: exit code 1
Task command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup lua pve1.xy.com' failed: exit code 1
root@pve1:~#
After "Google"-ing I did not find any hint.
Anybody out there having some ideas?
my ACME-configuration ends up in an error message:
[Sat Dec 30 16:35:23 CET 2023] Error add txt for domain:_acme-challenge.pve1.xy.com
TASK ERROR: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup lua pve1.xy.com' failed: exit code 1
What I did:
- Configure an ACME account "Staging" for the cluster
- Configure the DNS plugin for LUA named "luadns" with API-Data:
LUA_Key="mykey"
LUA_Email="postmaster@xy.com" - Configured Node Domian on node as pve1.xy.com
- On trying to get a certificate, I get an error message as shown above.
- pvenode acme account info Staging responds with correct account data
- pvenode acme plugin list gives back luadns (and standalone) as expected
- pvenode acme plugin config luadns shows the correct API data
- pvenode acme cert order --force results in the error
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/123
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/123'
The validation for pve1.xy.com is pending!
[Sat Dec 30 16:12:44 CET 2023] invalid domain
[Sat Dec 30 16:12:44 CET 2023] Error add txt for domain:_acme-challenge.pve1.xy.com
command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup lua pve1.xy.com' failed: exit code 1
Task command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup lua pve1.xy.com' failed: exit code 1
root@pve1:~#
After "Google"-ing I did not find any hint.
Anybody out there having some ideas?