You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I've searched similar issues on GitHub and didn't find any.
How do you use lego?
Binary
Detailed Description
I spent a while yesterday running lego run, which appeared to succeed (i.e., it emitted messages that suggested it had generated certificates), and yet when I then examined the current directory (which had normal permissions -- 0775 iirc), there was no .lego directory in it.
After much head-scratching, I figured out what happened:
I'd installed lego via "snap" as opposed to, say "apt" or manually
snaps are weird :-).
The lego program ran inside a container, with a not-obvious-to-me working directory (namely /var/snap/lego/common/); all my certificates and keys &c were there.
So: if lego had, as its final act, printed a message like Saved certifcates and keys to /var/snap/lego/common/.lego, that'd have saved me a bunch of time.
The text was updated successfully, but these errors were encountered:
Welcome
How do you use lego?
Binary
Detailed Description
I spent a while yesterday running
lego run
, which appeared to succeed (i.e., it emitted messages that suggested it had generated certificates), and yet when I then examined the current directory (which had normal permissions --0775
iirc), there was no.lego
directory in it.After much head-scratching, I figured out what happened:
lego
program ran inside a container, with a not-obvious-to-me working directory (namely/var/snap/lego/common/
); all my certificates and keys &c were there.So: if
lego
had, as its final act, printed a message likeSaved certifcates and keys to /var/snap/lego/common/.lego
, that'd have saved me a bunch of time.The text was updated successfully, but these errors were encountered: