Merge pull request #367 from smallstep/cas

Support for CAS Interface and CloudCAS
This commit is contained in:
Mariano Cano 2020-10-05 18:09:01 -07:00 committed by GitHub
commit 647b9b4541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 3704 additions and 97 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