airshipctl/krm-functions/toolbox/certs/README.md
siraj.yasin 5db0074174 Fix for Templater latest image
* Created one DockerFile per plugin.
* Makefile in each plugins directory is updated to work
  independently.

Change-Id: I0459da2e06174d6f704763e3d1097b22dea31657
Closes: #522
2021-04-28 13:04:19 +00:00

6 lines
366 B
Markdown
Executable File

# 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.