You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
airshipctl/certs
Schiefelbein, Andrew 11e94ce19f
Adding the ability to inject certificate authorities into docker image
3 years ago
..
README.md Adding the ability to inject certificate authorities into docker image 3 years ago

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.