Early attempt to develop a CAS interface.

This commit is contained in:
Mariano Cano 2020-09-08 19:26:32 -07:00
parent 276e307a1d
commit 1b1f73dec6
14 changed files with 827 additions and 8 deletions

View file

@ -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