Otty extracts these into your secret store instead of syncing the files. Every generated manager config below leaves them out too.
cacert, capathuser-agent = "curl/8.7.1" # Homebrew's CA bundle on this Mac.cacert = /opt/homebrew/etc/ca-certificates/cert.pemmachine-localcapath = /opt/homebrew/etc/openssl@3/certsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
cacert, capathlocationconnect-timeout = 10 cacert = C:/Users/octocat/scoop/apps/curl/current/bin/curl-ca-bundle.crtmachine-localcapath = C:/Users/octocat/scoop/apps/curl/current/bin/certsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
cacert, capathlocationretry = 3 cacert = /etc/ssl/certs/ca-certificates.crtmachine-localcapath = /etc/ssl/certsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
cacert, capathshow-errorlocation cacert = C:/Users/octocat/AppData/Roaming/curl/curl-ca-bundle.crtmachine-localcapath = C:/Users/octocat/AppData/Roaming/curl/certsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
cacert, capathshow-errorlocation cacert = C:/ProgramData/curl/curl-ca-bundle.crtmachine-localcapath = C:/ProgramData/curl/certsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. curl writes no caches or state in your home directory.
cacertcapathuser-agent = "curl/8.7.1" # Homebrew's CA bundle on this Mac.cacert = /opt/homebrew/etc/ca-certificates/cert.pemmachine-localcapath = /opt/homebrew/etc/openssl@3/certsmachine-localEach machine keeps its own copy of these.
cacertcapathlocationconnect-timeout = 10 cacert = C:/Users/octocat/scoop/apps/curl/current/bin/curl-ca-bundle.crtmachine-localcapath = C:/Users/octocat/scoop/apps/curl/current/bin/certsmachine-localEach machine keeps its own copy of these.
cacertcapathlocationretry = 3 cacert = /etc/ssl/certs/ca-certificates.crtmachine-localcapath = /etc/ssl/certsmachine-localEach machine keeps its own copy of these.
cacertcapathshow-errorlocation cacert = C:/Users/octocat/AppData/Roaming/curl/curl-ca-bundle.crtmachine-localcapath = C:/Users/octocat/AppData/Roaming/curl/certsmachine-localEach machine keeps its own copy of these.
cacertcapathshow-errorlocation cacert = C:/ProgramData/curl/curl-ca-bundle.crtmachine-localcapath = C:/ProgramData/curl/certsmachine-localEach machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/curl. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these keeps the credential file out. None of them splits cacert and capath for you — that part is Otty’s own sync, or a template you write by hand.