agent-pools-mtls-certificates
Sign an Agent Pool Certificate
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"
post/agent-pools/{agent_pool}/actions/sign-csr
Path parameters
agent_poolstring required
The ID of the agent pool for which the certificate is issued.
Request body
Response
Certificate signed successfully.