How does digirunner store and update its private key? #86
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey 👋 thanks for asking!
|
Beta Was this translation helpful? Give feedback.
-
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Yep, that’s right. |
Beta Was this translation helpful? Give feedback.
Hey 👋 thanks for asking!
Here’s the short version:
Storage: digiRunner keeps its private keys in memory instead of saving them as files or in a database. This way, the keys aren’t left sitting around on disk, which is a big security plus.
Rotation: digiRunner supports automatic key rotation. That means keys can be refreshed without downtime or manual restarts, so services keep running smoothly.
Extra security: For industries with stricter requirements, digiRunner can also work with HSMs (Hardware Security Modules), where keys never leave the secure hardware.