This repository contains a script to easily configure a docker daemon with the Cyberwatch application before allowing to scan for vulnerabilities in docker images.
Run
generate-certs
This step will generate 2 files:
- certs/ca/cert.pem: This is the public certificate of the CA. It is required by both servers and clients to mutually verifiy their authenticy. It is not sensitive.
- certs/ca/key.pem: This is the private key of the CA. It is required for generating new server or client certificates. It is sensitive: anyone with this key may authenticate against your Docker runners.
Run :
upload-certs