mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Error when creating fullchain #147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wibimaster on GitHub (Sep 17, 2016).
Hi,
I try to create a certificate with DNS validation, but it always fail on fullchain creation :
I take a look on the code, and after some debug I see that the certificate that fail comes from :
http://cert.int-x3.letsencrypt.org/
Note: I'm working with "OpenSSL 1.1.0 25 Aug 2016"
I tried :
=> fail
=> success
The only difference is the name of the output file which is different from the input file.
On your bash script you do the same thing :
I try a rename before :
and it works.
Can you fix it ?
Thanks !
@lukas2511 commented on GitHub (Sep 17, 2016):
@wibimaster can you check if that fixed your problem?
@wibimaster commented on GitHub (Sep 17, 2016):
I got a fail now, don't know if it's a consequence of the fix :
EDIT
Sorry, just see https://github.com/lukas2511/dehydrated/issues/92
All seems good but DNS validation is very slow, I could validate as soon as it's finished
@wibimaster commented on GitHub (Sep 17, 2016):
That's OK, temporary got a fail :
But after a retry all seems good :)
Thanks !
@lukas2511 commented on GitHub (Sep 17, 2016):
@wibimaster Since you are doing dns validation the temporary error was probably because the dns entry didn't propagate fast enough.