You've already forked step-ca-cli
mirror of
https://github.com/smallstep/cli.git
synced 2025-09-11 21:30:43 +03:00
Use go.step.sm/crypto/kms
This commit replaces the kms from certificates to the kms in go.step.sm/crypto
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
_ "github.com/smallstep/certificates/kms/azurekms"
|
||||
_ "go.step.sm/crypto/kms/azurekms"
|
||||
)
|
||||
|
||||
func Test_processDNSValue(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user