Closed mdbooth closed 3 years ago
If you set update_local_pki
to False (the default), the CA won't be in the local host trust bundle. So why do we need this PR?
If you set
update_local_pki
to False (the default), the CA won't be in the local host trust bundle. So why do we need this PR?
We need this precisely to work in this case. If you set update_local_pki
to false you will still have a working clouds.yaml with this change. Without this change it doesn't work.
This allows referencing the CA cert without putting it in the local host trust bundle.
/cc @mandre