acme icon indicating copy to clipboard operation
acme copied to clipboard

Usability: reg fails when you take your time to read the license first...

Open bof opened this issue 8 years ago • 2 comments

First time user here, with some notes on usability with "acme reg -gen mailto:[email protected]

  • first run fails with account key: open /home/me/.config/acme/account.key: no such file or directory

  • solution was to create directory .config/acme by hand

  • second run then prompted me to accept the ToS. I took some time to read it. When I came back and entered Y at the prompt I got this error: context deadline exceeded

  • a third run fails directly with message 409 urn:acme:error:malformed: Registration key is already in use

  • after deleting .config/acme/account.key by hand, a fourth run then worked...

bof avatar Jan 18 '17 15:01 bof

Good point, @bof. I'll try to make it better.

x1ddos avatar Jan 18 '17 15:01 x1ddos

Fixes in pull request #56

bof avatar Jan 19 '17 09:01 bof