Hello !
I'm experiencing a weird issue : when i set up certwarden to generate a certificate with LE Staging to test it, everything works fine and it is generated in a blast.
Then, when i tried to generate the same certificate with the LE Prod : i have this issue
4/17/2025, 4:37:25 PM, error, dns01acmesh/resources.go:52, acme.sh dns delete script error: exit status 1
4/17/2025, 4:37:25 PM, error, dns01acmesh/resources.go:49, acme.sh dns create script std err: [Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot save SAVED_IONOS_PREFIX=******
[Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot clear
[Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot save SAVED_IONOS_SECRET=******
[Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot clear
./scripts/acme.sh/temp/acme.sh_dns_ionos.sh: line 8206: : No such file or directory
grep: : No such file or directory
[Thu Apr 17 14:37:25 UTC 2025] Cannot find this domain in your IONOS account.
4/17/2025, 4:37:25 PM, info, orders/fulfilling_do.go:100, orders: fulfilling worker 2: order 8 done
4/17/2025, 4:37:25 PM, error, orders/fulfilling_do.go:99, orders: fulfilling worker 2: fulfill auths error: exit status 1
4/17/2025, 4:37:25 PM, error, authorizations/fulfiller.go:31, auths: failed to fulfill auth https://acme-v02.api.letsencrypt.org/acme/authz/2346881057/507005019657 (exit status 1)
4/17/2025, 4:37:25 PM, error, dns01acmesh/resources.go:27, acme.sh dns create script error: exit status 1
4/17/2025, 4:37:25 PM, error, dns01acmesh/resources.go:24, acme.sh dns create script std err: [Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot save SAVED_IONOS_PREFIX=******
[Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot clear
[Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot save SAVED_IONOS_SECRET=******
[Thu Apr 17 14:37:25 UTC 2025] Config file is empty, cannot clear
./scripts/acme.sh/temp/acme.sh_dns_ionos.sh: line 8206: : No such file or directory
grep: : No such file or directory
[Thu Apr 17 14:37:25 UTC 2025] Cannot find this domain in your IONOS account.
4/17/2025, 4:37:24 PM, info, orders/fulfilling_do.go:24, orders: fulfilling worker 2: ordering order id 8 (certificate name: Test_V2_dev, subject: dev-v2-test-api.example.com)
4/17/2025, 4:35:15 PM, info, orders/fulfilling_do.go:218, orders: fulfilling worker 1: order 7 done
4/17/2025, 4:35:15 PM, info, orders/fulfilling_do.go:216, orders: fulfilling worker 1: order id 7 completed with status valid (certificate name: Test_V2_Dev_Staging, subject: dev-v2-test-api.example.com)
4/17/2025, 4:35:08 PM, info, orders/fulfilling_do.go:24, orders: fulfilling worker 1: ordering order id 7 (certificate name: Test_V2_Dev_Staging, subject: dev-v2-test-api.example.com)
I don't understand why...