Add initial implementation of StepCAS.

StepCAS allows to configure step-ca as an RA using another step-ca
as the main CA.
This commit is contained in:
Mariano Cano 2021-03-17 19:33:35 -07:00
parent 3b9eed003d
commit a6115e29c2
9 changed files with 428 additions and 17 deletions

View file

@ -37,6 +37,7 @@ import (
// Enabled cas interfaces.
_ "github.com/smallstep/certificates/cas/cloudcas"
_ "github.com/smallstep/certificates/cas/softcas"
_ "github.com/smallstep/certificates/cas/stepcas"
)
// commit and buildTime are filled in during build by the Makefile