Custom Token Certificates

Upload custom CA and token issuer key pairs to replace auto-generated certificates used for signing JFrog access tokens.

Token certificates are used for signing and validating tokens. The certificate is essentially a key pair comprised of a private key and root certificate: the private.key is used to sign access tokens and the root.crt is the matching public key, used to verify the token's signatures.

The JFrog Platform enables users to use token certificates, also called custom certificate keys. This page covers how to create custom token certificates and how to load them via bootstrapping files.

Prerequisites

  • The certificate must match the provided private key.
  • The certificate must be valid for the next 7 days at least.