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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
root@lamp /tmp/pki# go get github.com/google/easypki/pkg/easypki
github.com/google/easypki/pkg/easypki
/go/src/github.com/google/easypki/pkg/easypki/easypki.go:87: privateKey.Public undefined (type *rsa.PrivateKey has no field or method
Public)
/go/src/github.com/google/easypki/pkg/easypki/template.go:53: genReq.Template.MaxPathLenZero undefined (type *x509.Certificate has no
field or method MaxPathLenZero)
The text was updated successfully, but these errors were encountered:
Maybe you are using a very old version of Go which does not have these in the core packages.
Note 1: the last time it built via travis, it was using go1.7 which is already quite old.
Note 2: I do not maintain this repo, and do not belong to the org anymore, so this repo is kind of dead. Feel free to fork it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I guess I am missing something obvious.
root@lamp /tmp/pki# go get github.com/google/easypki/pkg/easypki
github.com/google/easypki/pkg/easypki
/go/src/github.com/google/easypki/pkg/easypki/easypki.go:87: privateKey.Public undefined (type *rsa.PrivateKey has no field or method
Public)
/go/src/github.com/google/easypki/pkg/easypki/template.go:53: genReq.Template.MaxPathLenZero undefined (type *x509.Certificate has no
field or method MaxPathLenZero)
The text was updated successfully, but these errors were encountered: