Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install mkcert using go install #619

Open
donBarbos opened this issue Jan 13, 2025 · 2 comments
Open

How to install mkcert using go install #619

donBarbos opened this issue Jan 13, 2025 · 2 comments

Comments

@donBarbos
Copy link

Add instructions for the easiest installation method in my opinion, you need only go:

go install filippo.io/mkcert@latest
@donBarbos donBarbos changed the title How to install mkcert using go install? How to install mkcert using go install Jan 13, 2025
@sheillendra
Copy link

in FreeBSD (truenas Jail):

root@webserver-dev:/usr/local/bin # go install filippo.io/mkcert@latest
go: downloading filippo.io/mkcert v1.4.4
go: downloading golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
go: downloading software.sslmate.com/src/go-pkcs12 v0.2.0
go: downloading golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
go: downloading golang.org/x/text v0.3.7
# filippo.io/mkcert
/root/go/pkg/mod/filippo.io/[email protected]/main.go:193:39: undefined: CertutilInstallHelp
/root/go/pkg/mod/filippo.io/[email protected]/main.go:195:77: undefined: NSSBrowsers
/root/go/pkg/mod/filippo.io/[email protected]/main.go:272:9: m.installPlatform undefined (type *mkcert has no field or method installPlatform)
/root/go/pkg/mod/filippo.io/[email protected]/main.go:280:80: undefined: NSSBrowsers
/root/go/pkg/mod/filippo.io/[email protected]/main.go:283:104: undefined: NSSBrowsers
/root/go/pkg/mod/filippo.io/[email protected]/main.go:284:14: undefined: CertutilInstallHelp
/root/go/pkg/mod/filippo.io/[email protected]/main.go:285:78: undefined: NSSBrowsers
/root/go/pkg/mod/filippo.io/[email protected]/main.go:287:114: undefined: NSSBrowsers
/root/go/pkg/mod/filippo.io/[email protected]/main.go:288:82: undefined: CertutilInstallHelp
/root/go/pkg/mod/filippo.io/[email protected]/main.go:311:13: undefined: CertutilInstallHelp
/root/go/pkg/mod/filippo.io/[email protected]/main.go:311:13: too many errors

@donBarbos
Copy link
Author

@sheillendraI just showed a convenient way for me, unfairly in my opinion missed in the documentation.
you can try any convenient way.

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

No branches or pull requests

2 participants