{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin SSH Certificates API", "version": "0.0.1" }, "items": [ { "info": { "name": "SSH Certificates", "type": "folder" }, "items": [ { "info": { "name": "POST /api/v1/ssh/certificates/sign", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/ssh/certificates/sign", "body": { "type": "json", "data": "{}" } }, "docs": "Sign SSH public key" }, { "info": { "name": "POST /api/v1/ssh/certificates/issue", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/ssh/certificates/issue", "body": { "type": "json", "data": "{}" } }, "docs": "Issue SSH credentials (certificate + key)" } ] } ], "bundled": true }