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
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
@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
You can use deploy_challenge and clean_challenge hooks to upload and delete challenges to your web-server via FTP or something similar.
@lukas2511 commented on GitHub (Jan 29, 2017):
You can use `deploy_challenge` and `clean_challenge` hooks to upload and delete challenges to your web-server via FTP or something similar.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.