Upload a Signing Certificate

Use this guide to securely upload a signing certificate and automatically compute its Key ID.

Follow this step-by-step guide below to upload a signing certificate and compute its Key ID:

  1. Go to your Organization Settings -> Certificates page
Organization Certificates
  1. Click "Add Certificate".
  2. When the Certificate Details Form opens, enter a Name for your Certificate.
  3. Under "Intended Use", select one of the following:
    • "RSA Signing (PSS)" - for PS256 signing
    • "RSA Signing (PKCS#1)" - for RS256 signing (older, less commonly used)
Certificate Details Form
  1. Choose the Key ID calculation method. This determines how the certificate is identified in the Signing Helper API. Select one of the following:
    • “Enter Key ID manually” - if you already have the Key ID.
    • “UK Open Banking [RFC7638 - SHA1]” - for UK Open banking projects.
    • “RFC7638 - SHA256” - for all other use cases.
Key-Id Calculation Method
  1. Paste the Certificate, Private Key, and optional Password into the respective fields.
Upload Certificate
  1. Click "Add" to upload the Certificate.

Once uploaded, the new certificate appears in the Certificates table. You can copy its Key ID from there for use in your integration.


What’s Next

Once your signing certificate is uploaded, see the below guide on using your Signing Key in Workflows.