airshipui/certs
Schiefelbein, Andrew fc38c593f2 update makefile to build docker images
This is entierly based on what is done in the CTL project

Fixes #10

Change-Id: I3fc27b686a2048d48bb2198cd8439e65d77df659
2020-07-08 08:45:00 -05:00
..
README.md update makefile to build docker images 2020-07-08 08:45:00 -05:00

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.