Certificates
Domains
Get a certificate
Retrieves a single Automation-managed certificate by its key.
get/organizations/{orgId}/environments/{envId}/domains/{domainKey}/certificates/{certKey}
Path parameters
orgIdstring required
Identifier of the organization that owns the environment.
envIdstring required
Identifier of the environment the domain belongs to.
domainKeystring required
Key of the domain: its stable, immutable Automation identifier within the environment.
certKeystring required
Key of the certificate within the domain.
Response
The certificate
Example response
{
"configuration": "{\"jks\":{\"content\":\"...\",\"name\":\"keystore.jks\"},\"storepass\":\"secret\",\"alias\":\"mykey\",\"keypass\":\"secret\"}",
"key": "signing-cert",
"name": "Signing certificate",
"type": "javakeystore-am-certificate"
}