v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1345170236.8 KB
customers

Requests the client that initiated a certificate provisioning process to sign data. This should only be called after ClaimCertificateProvisioningProcess has been successfully executed.

post/v1/{+name}:signData

Path parameters

namestring required

Required. Resource name of the CertificateProvisioningProcess to return. The name pattern is given as customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process} with {customer} being the obfuscated customer id and {certificate_provisioning_process} being the certificate provisioning process id.

Request body

signDatastring byte

Required. The data that the client was asked to sign.

signatureAlgorithm'SIGNATURE_ALGORITHM_UNSPECIFIED' | 'SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256' | 'SIGNATURE_ALGORITHM_ECDSA_SHA256'

Required. The signature algorithm that the adapter expects the client and backend components to use when processing sign_data.

Response

Successful response