Hello,
i am trying to get a valid LE certificate via DNS for my proxmox host, machine is running in LAN.
My procedure was:
[ for Datacenter]
1. Adding LE Account in the ACME Plugin
- LE-Staging
- LE-Production
2. Adding a Challenge Plugin for Netcup
(Had to change the syntax from the acme.sh site that proxmox is not rejecting it)
NC_Apikey=++++
NC_Apipw=++++
NC_CID=++++
Validation Delay: 500
[For Node]
1. Ordered a Certificate via DNS with the mentioned Netcup-API-Plugin for proxmox.mydomain.eu with the LE-Staging account
Everything worked well
2. Changed to LE-Production account for real certificate an got the following error
In my understanding the staged validation worked well but the real validation got the bad Nonce. Can someone help or lead in the right direction.
Help would be much appreciated.
Thank you
i am trying to get a valid LE certificate via DNS for my proxmox host, machine is running in LAN.
My procedure was:
[ for Datacenter]
1. Adding LE Account in the ACME Plugin
- LE-Staging
- LE-Production
2. Adding a Challenge Plugin for Netcup
(Had to change the syntax from the acme.sh site that proxmox is not rejecting it)
NC_Apikey=++++
NC_Apipw=++++
NC_CID=++++
Validation Delay: 500
[For Node]
1. Ordered a Certificate via DNS with the mentioned Netcup-API-Plugin for proxmox.mydomain.eu with the LE-Staging account
Everything worked well
Loading ACME account details
Placing ACME order
Order URL: https://acme-staging-v02.api.letsencrypt.org/acme/order/******/*****
Getting authorization details from 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/*****'
proxmox.*****.eu is already validated!
All domains validated!
Creating CSR
Checking order status
Order is ready, finalizing order
valid!
Downloading certificate
Setting pveproxy certificate and key
Restarting pveproxy
TASK OK
2. Changed to LE-Production account for real certificate an got the following error
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/****
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/*****'
The validation for proxmox.*****.eu is pending!/*****'
[Sat Aug 14 22:10:54 CEST 2021]
Add TXT record: _acme-challenge.proxmox.****.eu
Sleeping 500 seconds to wait for TXT record propagation
Triggering validation
bad Nonce, retrying
Sleeping for 5 seconds
[Sat Aug 14 22:19:25 CEST 2021]
Remove TXT record: _acme-challenge.****.klugmann.eu
TASK ERROR: validating challenge 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/****' failed - status: invalid
In my understanding the staged validation worked well but the real validation got the bad Nonce. Can someone help or lead in the right direction.
Help would be much appreciated.
Thank you