ko-build / ko

Build and deploy Go applications
https://ko.build
Apache License 2.0
7.65k stars 401 forks source link

add documentation for installing custom root ca certificates #1428

Closed kosamson closed 2 weeks ago

kosamson commented 1 month ago

Adds a documentation page under the "Advanced" section outlining how to install custom root certificates into a container built using ko.

Discussed initially in #1424 and suggested by @jeffmendoza

kosamson commented 1 month ago

also can use: https://github.com/chainguard-dev/incert after you build your image with ko

This is really useful, I've never heard about this before. Let me add a section on using this in the new documentation page. This makes building a CI workflow to add the certificates automatically seem really easy.

kosamson commented 1 month ago

added a section on using incert (thank you for the suggestion @cpanato).

kosamson commented 3 weeks ago

rebased my branch to main. i haven't done a github PR in a while so not sure if I messed up the review workflow. if I need to change something pls let me know and I'll fix it.