Merge pull request #367 from smallstep/cas
Support for CAS Interface and CloudCAS
This commit is contained in:
commit
647b9b4541
29 changed files with 3704 additions and 97 deletions
|
@ -31,6 +31,10 @@ import (
|
|||
|
||||
// Experimental kms interfaces.
|
||||
_ "github.com/smallstep/certificates/kms/yubikey"
|
||||
|
||||
// Enabled cas interfaces.
|
||||
_ "github.com/smallstep/certificates/cas/cloudcas"
|
||||
_ "github.com/smallstep/certificates/cas/softcas"
|
||||
)
|
||||
|
||||
// commit and buildTime are filled in during build by the Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue