cloudflare/hook.py: No such file or directory
See original GitHub issue#
# !! WARNING !! No main config file found, using default config!
#
Processing foo.com
+ Signing domains...
+ Generating private key...
+ Generating signing request...
+ Requesting challenge for foo.com...
./letsencrypt.sh: line 425: python ~/letsencrypt.sh/hooks/cloudflare/hook.py: No such file or directory
deploy@x:~/letsencrypt.sh$ python ~/letsencrypt.sh/hooks/cloudflare/hook.py
+ Unable to locate Cloudflare credentials in environment!
Whats is problem? PS: I changed URL to foo.com only this issue.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
script for hooks can not be found · Issue #142 · dehydrated- ...
Hi, this commit cusses hook script not to be loaded ./letsencrypt.sh: line 410: python hooks/cloudflare/hook.py: No such file or directory, ...
Read more >open() gives FileNotFoundError/IOError: Errno 2 No such ...
Make sure the file exists: use os.listdir() to see the list of files in the current working directory; Make sure you're in the...
Read more >Dehydrated with 2 different domains
One thing to note: This command fails, I had to manually download the hook script and replace it. No big deal, just pointing...
Read more >Archives - SvennD
gssapi/gssapi.h: No such file or directory on Centos 7.6. October 7, 2019 · 1 min ... Install Python 3.6 on Centos 7 ......
Read more >"No such file or directory" building Blazor site for Pages
I used Deploy a Blazor Site to create a sample ASP.Net Core Blazor website, except I am using Eclipse and pushed using Eclipse...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Glad it worked. Regarding the error you are getting, I see that
letsencrypt.sh
has added atimestamp
parameter to thedeploy_cert
hook that we are not currently handling. I’ll push a fix.Thanks for the bug report! 😃
That’s awesome, merging.