mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Is it possible to obtain challenges without verification? #167
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 @porunov on GitHub (Nov 29, 2016).
Hello,
Is it possible to obtain challenges without verification and after that execute dehydrated again to verify domain?
Unfortunately I can't execute script on the server. But I can place any files manually under "http://mydomain.com/.well-known/acme-challenge/something". It would be great to be able obtain challenges and verify domain with another command.
Sincerely,
Alexandr
@leonklingele commented on GitHub (Nov 29, 2016):
https://github.com/lukas2511/dehydrated/issues/138 might be of help
@porunov commented on GitHub (Nov 29, 2016):
Unfortunately I can't create an account with that script because of this issue: https://github.com/gheift/letsencrypt.sh/issues/24
@lukas2511 commented on GitHub (Jan 29, 2017):
You can use
deploy_challengeandclean_challengehooks to upload and delete challenges to your web-server via FTP or something similar.