airshipctl/certs
Schiefelbein, Andrew 11e94ce19f Adding the ability to inject certificate authorities into docker image
Change-Id: I06697ceabe5d24b1643ceb741a923aa1ee6977e2
2020-04-24 15:06:11 -05:00
..
README.md Adding the ability to inject certificate authorities into docker image 2020-04-24 15:06:11 -05:00

README.md

Additional Docker image root certificate authorities

If you require additional certificate authorities for your Docker image:

  • Add ASCII PEM encoded .crt files to this directory
    • The files will be copied into your docker image at build time.

To update manually copy the .crt files to /usr/local/share/ca-certificates/ and run sudo update-ca-certificates.