mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #7] Installation issue #3
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#3
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 @elderapo on GitHub (Jun 27, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/7
After running command
makeon Ubuntu 14.04 andgo1.2.1 linux/amd64I get:@jbrunski commented on GitHub (Jun 27, 2018):
It looks like the code requires go version 1.10 as x509.MarshalPKCS8PrivateKey didn't get added until that version.
See: https://github.com/golang/go/issues/24726
It's working for me after downloading go 1.10 from https://golang.org/dl/