Early attempt to develop a CAS interface.
This commit is contained in:
parent
276e307a1d
commit
1b1f73dec6
14 changed files with 827 additions and 8 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