cloudtools / ssh-cert-authority

An implementation of an SSH certificate authority.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to build

ssephi opened this issue · comments

We internally use Alpine for our docker containers.

Regardless of this, I am unable to build using the provided ubuntu buildenv or my standard alpine environment.

All builds regardless of build platform result in the same error:
./sign_certd.go:366: certChecker.IsAuthority undefined (type ssh.CertChecker has no field or method IsAuthority)

Using go versions: 1.7.3 on ubuntu, 1.7.5/1.8.1 on OSX and 1.7.3 on Alpine

Any assistance would be appreciated.

I will get one of my internal Go developers to take a look.

This appears to have broken a few days ago due to: golang/crypto@527d12e

Nice of them to clarify it was a "breaking change." I'm working on a patch now.

Fix pushed.