v1

latestOpenAPI 3.0.12026-07-1719674.9 KB
fabric-ca-server

Enroll a new identity and return an enrollment certificate.

post/api/v1/enroll

Query parameters

castring

The name of the CA to direct this request to within the server, or the default CA if not specified

Request body

certificate_requeststring required

A PEM-encoded string containing the CSR (Certificate Signing Request) based on PKCS #10.

profilestring

The name of the signing profile to use when issuing the certificate.

labelstring

The label used in HSM operations

canamestring

Name of the CA to direct traffic to within server.

Response

Successfully enrolled a new identity

{"stackTrail":"components:schemas:responseBase:properties:result","oasType":"schema","type":"unknown"}
successboolean required

Boolean indicating if the request was successful.