mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 21:05:49 +03:00
[GH-ISSUE #165] undefined: syscall.Umask when compiling under Windows with GoLang #65
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#65
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 @SuperlativeIT on GitHub (May 14, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/165
When I follow the instructions (https://github.com/joohoi/acme-dns#installation) for Windows deployment I get the following error:
go get github.com/joohoi/acme-dns/...
github.com/joohoi/acme-dns
..\go\src\github.com\joohoi\acme-dns\main.go:22:2: undefined: syscall.Umask
Some research suggests that syscall.Umask does not exist in the Windows distro but I'm not sure how accurate that might be.
Please advise
Thank You
@SuperlativeIT commented on GitHub (May 14, 2019):
Update:
I remarked out lines 12 and 22 in the main.go file and I am at least able to compile.
@SuperlativeIT commented on GitHub (May 14, 2019):
I do seem to be a tad confused about one thing. in the config.cfg it notes:
domain = "auth.example.org"
Does this mean that I can only issue for subdomains for example.org or am I able to generate subdomains for any other domain such as abc123.com?
Thank You
@webprofusion-chrisc commented on GitHub (May 14, 2019):
The domain in the config is the domain for the service, you can provide auth for any domain though.