{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Consul Connect CA API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Consul-Token", "value": "{{X-Consul-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "CA", "type": "folder" }, "items": [ { "info": { "name": "List CA root certificates", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/connect/ca/roots", "params": [ { "name": "pem", "value": "", "type": "query" } ] }, "docs": "List CA root certificates" }, { "info": { "name": "Get CA configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/connect/ca/configuration" }, "docs": "Get CA configuration" }, { "info": { "name": "Update CA configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8500/v1/connect/ca/configuration", "params": [ { "name": "ForceWithoutCrossSigning", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update CA configuration" } ] } ], "bundled": true }