Skip to content
Discussion options

You must be logged in to vote

Hey 👋 thanks for asking!

digiRunner manages its JWS (JSON Web Signature) private key through properties-based configuration, which allows you to update keys via startup parameters without modifying code.
Below is a clear overview of how the private key is stored, configured, and updated.


🔐 How digiRunner Stores and Uses the JWS Private Key

The private key used for JWS signing (and token generation) is stored in a KeyStore file (e.g., JKS format) and configured in the Token Keypair Setting section of the digiRunner properties file.

Key configuration parameters

Parameter Description Default
digiRunner.token.key-store.path Directory containing the KeyStore file keys
digiRunner.toke…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TPIsoftwareOSPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants