From 41a46bbd75a6faae2bef4ab98627dbc43a1f5852 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 27 Oct 2020 19:33:29 -0700 Subject: [PATCH] Enable default cas implementation. --- cas/cas.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cas/cas.go b/cas/cas.go index 8f385fb2..b564c8d2 100644 --- a/cas/cas.go +++ b/cas/cas.go @@ -6,6 +6,9 @@ import ( "github.com/pkg/errors" "github.com/smallstep/certificates/cas/apiv1" + + // Enable default implementation + _ "github.com/smallstep/certificates/cas/softcas" ) // CertificateAuthorityService is the interface implemented by all the CAS.