Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codezero.io/llms.txt

Use this file to discover all available pages before exploring further.

cordon trust

Add the proxy CA certificate to the system trust store so tools accept the proxy’s TLS certificates.
cordon trust [OPTIONS]
OptionDefaultDescription
--config, -ccordon.tomlPath to config file (to locate the CA cert)
After running cordon trust, most tools — curl, Go, Rust, Python, Ruby, C#/.NET — will trust the proxy automatically.
Node.js does not use the system trust store. You must also set NODE_EXTRA_CA_CERTS to the absolute path of your CA certificate (found in cordon.toml under tls.ca_cert_path).

cordon untrust

Remove the proxy CA certificate from the system trust store.
cordon untrust [OPTIONS]
OptionDefaultDescription
--config, -ccordon.tomlPath to config file