acme icon indicating copy to clipboard operation
acme copied to clipboard

Account.key path is not created when using acme reg -gen

Open frederik256 opened this issue 9 years ago • 1 comments

When using the command: c:\Acme> acme reg -gen mailto:[email protected]"

it throws an error account key: open C:\Users\myusername\.config\acme\account.key: The system cannot find the path specified.

when the .config directory does not exist.
This is on Windows 10, with the 1.1.1 binary.

Workaround: create directories manually. Fix: automatically create directories .config and .config/acme if they dont' exist.

frederik256 avatar Jan 06 '17 10:01 frederik256

The (open) pull request #56 might fix that (change to first file there, the other is a nicer error message for a different case).

Not tested on windows, though, but it sounds like the same issue.

bof avatar Jan 20 '17 16:01 bof