Issue a new worker client certificate
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
id
A UUID string identifying this worker.
Response
certificate
Certificate in PEM format.
private_key
Private key in PEM format.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error