Issue a new worker client certificate

View as Markdown
This endpoint can be used to issue a new client certificate to a worker. Newly issued certificate may be used by the worker to authenticate with the API layer.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this worker.

Response

certificatestringRead-only
Certificate in PEM format.
private_keystringRead-only
Private key in PEM format.

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error