8000 scanner/scripts/cert at master · stackrox/scanner · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cert

Scanner and ScannerDB requires valid certificates to run. gen-cert.sh generates certificates for these deployments and overwrites the current values in a given Kubernetes secret configuration file.

This script requires cfssl, which may be installed via:

go install github.com/cloudflare/cfssl/cmd/...@latest

To run from the top-level directory and overwrite chart/templates/mock-scanner[-db]-tls.yaml:

./scripts/cert/gen-cert.sh chart/templates/mock-scanner-tls.yaml chart/templates/mock-scanner-db-tls.yaml
0