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:
parent
3b9eed003d
commit
a6115e29c2
9 changed files with 428 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue