Revoke an existing worker client certificate
This endpoint can be used to revoke an existing client certificate. A certificate should be revoked in case a certificate's private key is compromised. Revoked certificate will no longer be usable, therefore make sure to issue a new certificate to the worker prior to revocation and replace the compromised certificate with the new one.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this worker client certificate.
Response
id
worker
The worker that the client certificate is issued for.
worker_fqdn
FQDN of the worker that the client certificate is issued to.
usable
Whether the client certificate can be used for authentication.
This means that the certificate is neither expired nor revoked.
expires
The date and time when the client certificate expires.
fingerprint
SHA-256 fingerprint of the client certificate.
last_used
The date and time when the client certificate was last used for authentication.
revoked
Whether the client certificate has been revoked.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error