gethttpsforfree
gethttpsforfree copied to clipboard
hex2b64 returning null - Step 3 Accept terms not working.
https://github.com/diafygi/gethttpsforfree/blob/bd24e4137ed56b576d3248de5d9bc6f3e2fb3d17/js/index.js#L627
This is because the input you gave is not in the correct format. I found that my input contained new lines.
@mrmelon54 thanks for your answer. I also had the same problem and it was fixed when the new lines was deleted. Also noticed that you have to be fast when going through the process or it fails. But managed to get the cert finally.
I usually do INPUT_COMMAND | xclip -sel clipboard
to copy the data directly piped out from the input command and that solved all my problems
But I got so annoyed with having to do this every few months that I coded my own certificate renewal using lego (lets encrypt go) library