Skip to main content

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.yamlPath 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=./ca-cert.pem.

cordon untrust

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