We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4888a60 commit 97aeb8dCopy full SHA for 97aeb8d
scep/options.go
@@ -40,6 +40,7 @@ func (o *Options) Validate() error {
40
case o.SkipValidation:
41
return nil
42
case len(o.Intermediates) == 0:
43
+ return errors.New("no intermediate certificate available for SCEP authority")
44
case o.SignerCert == nil:
45
return errors.New("no signer certificate available for SCEP authority")
46
}
0 commit comments