m-of-n Quorum: Shamir's Secret Sharing
An HSM or offline root can require m-of-n key shares to activate:
The CA private key is split into 5 shares (n=5).
Any 3 shares (m=3) are sufficient to reconstruct the key.
Each share is held by a different key custodian (different people, different locations).
To perform a CA operation:
- At least 3 custodians must be present
- Each inserts their smart card / USB token
- The HSM reconstructs the key internally and performs the operation
This prevents a single person from unilaterally operating the root CA.
For AWS CloudHSM: quorum authentication uses PKCS#11 + smart cards.
For ACM PCA root: AWS manages quorum internally (you don't hold shares).