Update softcas.go

pull/440/head
Miclain K Keffeler 4 years ago committed by GitHub
parent e9bfa061b8
commit f3396bf964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,8 +35,8 @@ type SoftCAS struct {
// crypto.
func New(ctx context.Context, opts apiv1.Options) (*SoftCAS, error) {
if !opts.IsCreator {
switch {
case opts.CertificateChain == nil:
switch {
case len(opts.CertificateChain) == 0:
return nil, errors.New("softCAS 'CertificateChain' cannot be nil")
case opts.Signer == nil:
return nil, errors.New("softCAS 'signer' cannot be nil")

Loading…
Cancel
Save