Skip to content
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

hex2b64 returning null - Step 3 Accept terms not working. #163

Open
nidri opened this issue Apr 30, 2019 · 3 comments
Open

hex2b64 returning null - Step 3 Accept terms not working. #163

nidri opened this issue Apr 30, 2019 · 3 comments

Comments

@nidri
Copy link

nidri commented Apr 30, 2019

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

image

image

@mrmelon54
Copy link

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

@henkkasoft
Copy link

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

@mrmelon54
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants