Replies: 1 comment
-
The same issue occurs with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome
What did you expect to see?
I'm using Lego with PowerDNS for about 100 domains on various certificates since a long time already and never encountered any issues - hence I expected no complications with today's certificate request.
What did you see instead?
Today I tried to issue a certificate for two domains,
3gy.pl
andmx2.zz0.email
. Whilst the challenge for3gy.pl
passed as expected, the program failed with the second one:It seems to have constructed the API URL based on a DNS zone
email.
, whilst the actual authoritative zone registered in my PowerDNS database iszz0.email
. I am unsure why this is - usually it finds the right zone and constructs the correct URL for second and third level requests correctly.How do you use lego?
Binary
Reproduction steps
/usr/local/bin/lego -a -m="[email protected]" -k ec384 --path /etc/ssl/lego --dns.resolvers 127.0.0.1 --dns pdns -d 3gy.pl -d mx2.zz0.email run --run-hook="/etc/lysergic/certificate-scripts/hooks/3gy.pl.sh"
Version of lego
lego version 4.6.0 openbsd/amd64
Logs
Go environment (if applicable)
n/a
Beta Was this translation helpful? Give feedback.
All reactions