Enable default cas implementation.

This commit is contained in:
Mariano Cano 2020-10-27 19:33:29 -07:00
parent 7020011842
commit 41a46bbd75

View file

@ -6,6 +6,9 @@ import (
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/smallstep/certificates/cas/apiv1" "github.com/smallstep/certificates/cas/apiv1"
// Enable default implementation
_ "github.com/smallstep/certificates/cas/softcas"
) )
// CertificateAuthorityService is the interface implemented by all the CAS. // CertificateAuthorityService is the interface implemented by all the CAS.