diafygi / gethttpsforfree

Source code for https://gethttpsforfree.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hex2b64 returning null - Step 3 Accept terms not working.

nidri opened this issue · comments

var registration_sig = hex2b64(document.getElementById("registration_sig").value);

image

image

commented

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.

commented

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