mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #17] Docs for first time #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mslinn on GitHub (Aug 18, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/17
The first time
acme-dns-clientis run, it must be run as root, or the following error will appear unless the user knew to create/etc/acmedns:It would be good to generate the help message before the program attempts to access
/etc/acmedns. Even better, tell the user that the directory does not exist, which means thatacme-dnsneeds to be configured before usingacme-dns-client.Here is a possible addition to the docs: If
acme-dns-clientis run undersudo, another issue presents. Becausesudofilters out environment variables such asGOPATHby default, and changes the defaultGOPATHto/root/go/bin/, the first timeacme-dns-clientis run, it must be invoked via its fully qualified path, like this: