Hey Community,
I'm currently setting up our first PMG and I'm stuck with the certificate-ordering via ACME.
I used the CT-Template:
with the following plugin-settings
DNS-API: cyon
API-Data:
I get the following message:
If I use the following settings
DNS-API: cyon
API-Data:
I get a error message, which doesn't get me further.
On our reverse Proxy we use the
Any idea how to debug further or what might be wrong?
I'm currently setting up our first PMG and I'm stuck with the certificate-ordering via ACME.
I used the CT-Template:
proxmox-mailgateway-container: 6.4-1 (API: 6.4-4/1c8a73c7, running kernel: 5.4.114-1-pve)
with the following plugin-settings
DNS-API: cyon
API-Data:
export CY_Username='it@domain.ch'
export CY_Password='SUPER-SECURE-PASSWORD'
I get the following message:
Code:
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/130707696/11116048294
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/14842893179'
The validation for mail01.domain.ch is pending!
[Fri Jul 16 11:29:30 CEST 2021]
[Fri Jul 16 11:29:30 CEST 2021] You haven't set your cyon.ch login credentials yet.
[Fri Jul 16 11:29:30 CEST 2021] Please set the required cyon environment variables.
[Fri Jul 16 11:29:30 CEST 2021]
[Fri Jul 16 11:29:30 CEST 2021] Error add txt for domain:
TASK ERROR: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup cyon mail01.domain.ch' failed: exit code 1
If I use the following settings
DNS-API: cyon
API-Data:
CY_Username='it@domain.ch'
CY_Password='SUPER-SECURE-PASSWORD'
I get a error message, which doesn't get me further.
Code:
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/130707696/11116041969
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/14842893179'
The validation for mail01.domain.ch is pending!
[Fri Jul 16 11:29:08 CEST 2021] Error add txt for domain:
TASK ERROR: command 'setpriv --reuid nobody --regid nogroup --clear-groups --reset-env -- /bin/bash /usr/share/proxmox-acme/proxmox-acme setup cyon mail01.domain.ch' failed: exit code 1
On our reverse Proxy we use the
acme.sh
directly with the same challenge type, also with cyon and there it works.Any idea how to debug further or what might be wrong?
Last edited: