pub const CLOUDFLARE_ORIGIN_CA: &str = "cloudflare_origin_ca.pem";Expand description
Filename used for the Cloudflare Origin CA when the installer writes the
embedded PEM to disk before calling certutil -addstore -f Root.
The PEM itself is embedded via include_bytes! in
packages/installer/src/resources.rs and is not shipped as a separate
file in the install tree.