-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeBSD fetch additionally to curl/wget #194
Comments
We need http GET/POST support to issue cert. And we also need http/PUT method to use cloudflare api. So, does "fetch" command support POST/PUT method ? |
It's strongly recommended to install curl if possible for you. That's well tested, and bugless. |
Sorry, checked the manpage yesterday but didn't share my results before: On named systems above, it isn't possible to install additional packages or ports, since they usually are run embedded, means: the root file system is in RAM and never synced back to disk. I found a way to use curl:
Now check that curl works using Should I add the explanations above to the wiki? |
yes, it may help others. |
I'll just collect all the information here until I tested this and could add it to the wiki. After that, I will close this issue. You'll also need the ca-root-nss.crt file, so that curl can check the SSL certificates of the letsencrypt servers. Get it the same way as curl package above, e.g. you could use
After that, set the path to your copy of Insecure, but possible: you can modify your acme.sh copy and add |
how is the progress ? |
Seems to work, but I'll test that once more. |
You can edit the wiki page online. |
Seems like I can't 😆 There is no edit button. I can clone the wiki-git, but can't fork and PR. How-to-use-on-FreeBSD-embedded.md.zip Needed to zip it, GitHub doesn't accept markdown files here. |
Pleae try again. you can edit it now. |
Thanks, it's added! |
Some FreeBSD embedded systems (e.g. pfSense, FreeNAS, nas4free, ...) don't have curl and wget installed by default, but fetch(1).
Would it be possible to add this as well?
The text was updated successfully, but these errors were encountered: