1
0
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:
Mariano Cano
2022-08-22 14:55:32 -07:00
parent 675df60dd9
commit eb52561761
4 changed files with 119 additions and 167 deletions

View File

@@ -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) {