ca-component -> certificates

* fix redundant error check
* add README
This commit is contained in:
max furman 2018-10-31 21:36:01 -07:00
parent d3d1db34f1
commit c74fcd57a7
18 changed files with 61 additions and 71 deletions

View file

@ -17,7 +17,7 @@ import (
"time"
"github.com/go-chi/chi"
"github.com/smallstep/ca-component/authority"
"github.com/smallstep/certificates/authority"
"github.com/smallstep/cli/crypto/tlsutil"
"github.com/smallstep/cli/jose"
)