/certs

Accessor to the certificate chain.

get

Accessor to the certificate chain where each element is a Base64-encoded X.509 certificate (DER format). The chain has the following order:

  1. End Entity Certificate
  2. Issuing Certificate Authority
  3. Root Certificate Authority

/signatures

Signs the provided data using the Hosted HSM instance signature key.

post

Calls the actual signature function. The request body MUST be a JWS (Json Web Signature) Object (as defined in RFC7515) computed over the Json representation of the request parameters documented below. The JWS algorithm must be HMAC-SHA256 and signed using the signature key provided by Notarius.