gethttpsforfree icon indicating copy to clipboard operation
gethttpsforfree copied to clipboard

hex2b64 returning null - Step 3 Accept terms not working.

Open nidri opened this issue 5 years ago • 3 comments

https://github.com/diafygi/gethttpsforfree/blob/bd24e4137ed56b576d3248de5d9bc6f3e2fb3d17/js/index.js#L627

image

image

nidri avatar Apr 30 '19 23:04 nidri

This is because the input you gave is not in the correct format. I found that my input contained new lines.

mrmelon54 avatar Mar 28 '20 17:03 mrmelon54

@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.

henkkasoft avatar Mar 15 '22 19:03 henkkasoft

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

mrmelon54 avatar Mar 15 '22 20:03 mrmelon54