Skip to content

Rename initialize package to cacert

Fabien Catteau requested to merge 11797-rename-initialize-pkg into master

What does this MR do?

Rename the initialize Go package introduced in !76 (merged) and align it with the other packages of the common library. Overall things are changed to make it clear we're dealing with CA certificates.

cacert.NewBundle returns an object that combines a CA bundle with its import path. It's imported by calling the Import() method. Warning! This method is a no-op if the CA bundle is empty, so that callers don't have to deal with nil objects; it's optimized for ease of use.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports