Richard T
Results
1
comments of
Richard T
You can turn off TLS checking in clair by adding --insecure-tls as a command line argument that clair uses to run, e.g.,: ``` command: [--log-level=debug, --config, /config/config.yml, --insecure-tls ``` There's...