Would love for people to test it and report bugs. It’s very ugly, but it should work. It works by making ajax requests to the Let’s Encrypt API and printing some copy/paste commands you need to run in order to sign and pass the ACME challenges. This website never knows or asks for your private keys
Anyway, would love feedback and for people to test it! It’s open source, so pull requests welcome!
By the way you should extend your “dont trust sites that ask for private key” warning to cover also sites that just generate your private key, because more sites do just that.
what can CSS do ASIDE from the UI? it’s stylesheets…
by the way I already have a key since I used LE beforem any Idea how to convert that hson style key into the normal format?
well we could use bootstrap without js I have done that one long enough, especially since I am not a fan of js because sites that rely too heavily on it dont work properly until all js finished loading and if the loading fails it gets even more annoying, but well this site is essentially a site that runs local from the start so that’s that.
also any Idea how I use that lib? I dont have much experience with js since I didnt really like it for reasons explained above.
first: the signatures in step 3 should ignore spaces and stuff because that makes copying pretty annyoing in pre-win10 command line.
second.instead of setting a variable in step 3 can you not just append the key loaction to each request, makes it more cross compatible because these variables are in windows enclosed with % on start and end.
I get stuck on step 3 with
Error:
Account registration failed. Please start back at Step 1.
{“type”:“urn:acme:error:malformed”,“detail”:“JWS verification
error”,“status”:400}
Is https://gethttpsforfree.com/ site currently broken? When I validate my CSR, Step 3: Sign API Requests removes (waiting…) message, but doesn’t give me anything to further input.
Thank you!
Once you hit “Validate CSR”, something like “Found domains! Proceed to Step 3! (example.com)” should appear next to the button. Does that happen for you? (It seems to work for me.)
If that doesn’t work: Can you check if the site is running into any JavaScript errors? The easiest way to do this in Chrome and Firefox is to right-click the page and click “Inspect element”, and then open the “Console” task. Then, reload the page and repeat the steps. If you get any errors, paste them here and we’ll see what’s happening.
Have you tried to contact the author directly? It’s summer after all, even though weather does not always seem to agree, so he might be on holidays Maybe open an issue on github too if you are sure that something is wrong. If nothing helps, you still have a list of alternative clients to try.
I was using IE11, but got the latest Firefox and breezed through to step 4. I ran the signature command in my terminal and got a reply (stdin)…
Ran the signature command in my terminal without problem. Now I’m stuck on hosting the file to my server. I get result: Permission denied (publickey).
The “How to host this file on your server” section basically just contains a suggestion on how you could do this. The goal is to get files in a directory where they are served when you access your site via HTTP. The guide suggests using SSH, but that’s not the only way to do this, and it might not be available with your web hosting plan. Using FTP or some kind of control panel where you can upload files would work as well.
Thank you! I’ve been reading too much into the instructions and blindly following NurdTurd’s video without thinking about our input methods. I’ll WinSCP the files into my directory, AFTER I get some sleep.
I will update then.
pfg - you’re definitely in my LIKE list!