load-the-key-pair-to-the-jfrog-platform-deployment-jpd-through-bootstrap-files

During certificate initialization, certificates and private keys are read from the following paths, if present: Load the key pair to the JFrog Platform Deployment (JPD) through bootstrap files

During certificate initialization, certificates and private keys are read from the following paths, if present:

  • <VAR>/bootstrap/etc/access/keys/ca.crt- certificate authority PEM
  • <VAR>/bootstrap/etc/access/keys/ca.private.key- certificate authority private key PEM
  • <VAR>/bootstrap/etc/access/keys/root.crt- token issuer PEM
  • <VAR>/bootstrap/etc/access/keys/private.key- token issuer private key PEM
📘

Implications of Creating and Changing the Key Pair

Loading new token certificates effectively revokes all previously generated tokens. To reset certificates while maintaining the validity of existing tokens, copy the old root.cert into the trusted directory: /var/etc/access/keys/trusted. See Resetting Token Certificates.