verify/verify.go: fix nil point deref
This commit is contained in:
@@ -48,7 +48,9 @@ func prepareVerification(w io.Writer, target string, opts *Opts) (*verifyResult,
|
|||||||
Config: lib.StrictBaselineTLSConfig(),
|
Config: lib.StrictBaselineTLSConfig(),
|
||||||
ForceIntermediates: false,
|
ForceIntermediates: false,
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if opts.Config.RootCAs == nil {
|
||||||
roots, err = x509.SystemCertPool()
|
roots, err = x509.SystemCertPool()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("couldn't load system cert pool: %w", err)
|
return nil, fmt.Errorf("couldn't load system cert pool: %w", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user