Enable default cas implementation.
This commit is contained in:
parent
7020011842
commit
41a46bbd75
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue