Use sshutil and randutil from go.step.sm/crypto.
This commit is contained in:
parent
ce1eb0a01b
commit
e83e47a91e
28 changed files with 72 additions and 59 deletions
|
@ -13,11 +13,11 @@ import (
|
|||
"github.com/smallstep/certificates/ca"
|
||||
"github.com/smallstep/certificates/pki"
|
||||
"github.com/smallstep/cli/command"
|
||||
"github.com/smallstep/cli/crypto/randutil"
|
||||
"github.com/smallstep/cli/errs"
|
||||
"github.com/smallstep/cli/ui"
|
||||
"github.com/smallstep/cli/utils"
|
||||
"github.com/urfave/cli"
|
||||
"go.step.sm/crypto/randutil"
|
||||
)
|
||||
|
||||
// defaultOnboardingURL is the production onboarding url, to use a development
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue