post
https://{Domain}/api/iacp/v3/agent-pools//actions/sign-csr
This endpoint signs a CSR for an agent pool certificate to use it for agent mTLS connection.
Example CSR generation with OpenSSL (EC P-256)::
openssl ecparam -genkey -name prime256v1 -noout -out scalr-agent.key
openssl req -new -key scalr-agent.key -out scalr-agent.csr -subj "/CN=agent-pool"Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
403User unauthorized to perform this action.
409Agent pool already has an active certificate.
422Malformed request body, invalid CSR, or feature not available for this account.
501Scalr platform cannot sign the CSR.
503Scalr platform failed to sign the CSR.
4XXClient error.
5XXServer error.
