Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

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

Open
frederik256 opened this issue Jan 6, 2017 · 1 comment
Open

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

frederik256 opened this issue Jan 6, 2017 · 1 comment

Comments

@frederik256
Copy link

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.

@bof
Copy link

bof commented Jan 20, 2017

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.

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

No branches or pull requests

2 participants