sip/certs
Drew Walters ee193b056b Add certificate injection support to images
This change adds support for injecting certificates into Docker images
during the build process using the same setup as airshipctl. Some proxy
servers use custom certificates, and those must be trusted by the
container.

Signed-off-by: Drew Walters <andrew.walters@att.com>
Change-Id: I7d00e416c2e27c2a362b9dc09c1e9e41216b0fe4
2021-03-08 15:12:30 +00:00
..
README.md Add certificate injection support to images 2021-03-08 15:12:30 +00: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.