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, -cscope-resolved config pathPath to config file (to locate the CA cert). Mutually exclusive with --scope.
--scopeprojectproject or user; selects which config file to read. Mutually exclusive with --config.
After running cordon trust, tools that read the system trust store will trust the proxy automatically.
Some runtimes do not use the system trust store. Use cordon env for app-specific CA variables and SDK Compatibility for runtime-specific behavior.

cordon untrust

Remove the proxy CA certificate from the system trust store.
cordon untrust [OPTIONS]
OptionDefaultDescription
--config, -cscope-resolved config pathPath to config file. Mutually exclusive with --scope.
--scopeprojectproject or user; selects which config file to read. Mutually exclusive with --config.