From d02cb1c8691f8b18929caa0bd679e381e24974a3 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 5 Oct 2021 17:09:40 -0700 Subject: [PATCH] Enable azurekms. --- cmd/step-ca/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index aaf37df2..cc2fffc9 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -26,6 +26,7 @@ import ( // Enabled kms interfaces. _ "github.com/smallstep/certificates/kms/awskms" + _ "github.com/smallstep/certificates/kms/azurekms" _ "github.com/smallstep/certificates/kms/cloudkms" _ "github.com/smallstep/certificates/kms/softkms" _ "github.com/smallstep/certificates/kms/sshagentkms"