Skip to content

Commit 3b369da

Browse files
authored
Corrected a typo
Changed "must be greater that 1" to "must be greater than 1".
1 parent 0283461 commit 3b369da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/managed-hsm/security-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The keys to a security domain must be held in offline storage (such as an encryp
3737
It is again especially important to periodically review your security policy around the managed HSM quorum. Your security policy must be accurate, you must have up-to-date records of where the security domain and its private keys are stored, and you must know who has control of the security domain.
3838

3939
Security domain key handling prohibitions:
40-
- One person should never be allowed to have physical access to all quorum keys. In other words, `m` must be greater that 1 (and should ideally be >= 3).
40+
- One person should never be allowed to have physical access to all quorum keys. In other words, `m` must be greater than 1 (and should ideally be >= 3).
4141
- The security domain keys must never be stored on a computer with an internet connection. A computer with internet connection is exposed to various threats, such as viruses and malicious hackers. You significantly reduce your risk by storing the security domain keys offline
4242

4343
### Establishing a security domain quorum

0 commit comments

Comments
 (0)