Insertion of host certificates into resource containers #9501
-
|
Are host certificates automatically inserted into resource containers? I find that I have to manually insert root certificates into custom built resource type containers. A use case for this would be that there is some private certificate authority that assigns certificates. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, they can be. When running on Bosh, this is done automatically. But you can also tell the Concourse Binary to do this with the Here's a link to the documentation that goes a bit more into it: As a note, this won't do task containers but there is an RFC that may be able to solve that in the pipeline. |
Beta Was this translation helpful? Give feedback.
Yes, they can be. When running on Bosh, this is done automatically. But you can also tell the Concourse Binary to do this with the
--certs-dirflag.Here's a link to the documentation that goes a bit more into it:
As a note, this won't do task containers but there is an RFC that may be able to solve that in the pipeline.