Move load of kms to main package.
With this change packages that import the authority won't load by default all the supported kms with all its dependencies. Fixes #228
This commit is contained in:
parent
0b528d2507
commit
ddb4ca7a74
3 changed files with 12 additions and 6 deletions
|
@ -22,6 +22,9 @@ import (
|
|||
"github.com/smallstep/cli/crypto/pemutil"
|
||||
"github.com/smallstep/cli/ui"
|
||||
"github.com/smallstep/cli/utils"
|
||||
|
||||
// Enable yubikey.
|
||||
_ "github.com/smallstep/certificates/kms/yubikey"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue