Sign a custom certificate signing request
POST/tap/api/v1/admin/certificate/custom
Signs a PEM-encoded PKCS#10 certificate signing request and returns the signed certificate. Requires the admin role. Requires custom CSR signing to be enabled.
Request
Responses
- 200
- 403
- 500
The signed certificate in PEM format.
The user is not authorized to sign a custom certificate signing request.
The certificate signing request could not be signed.