Ensure that your Microsoft Azure Key Vault RSA certificates are generated with the minimum key size allowed within your organization, for security and compliance purposes.
This rule resolution is part of the Conformity Security & Compliance tool for Azure.
For most cryptographic functions, the key size (key length) is an important security parameter. Having the right key size set for your Azure Key Vault RSA certificates will enforce security best practices as specified in the compliance regulations implemented within your organization. For example, if your RSA certificates are used for applications that process and transfer highly sensible and confidential data, you can enforce a key size of 4096 bits.
Audit
To determine if your Azure Key Vault RSA certificates are using the minimum key size allowed by your organization, perform the following operations:
Remediation / Resolution
To update the issuance policy attached to your Azure Key Vault certificates in order to increase their key size, perform the following operations:
References
- Azure Official Documentation
- About keys, secrets, and certificates
- Get started with Key Vault certificates
- Azure Command Line Interface (CLI) Documentation
- az keyvault list
- az keyvault certificate list
- az keyvault certificate show
- az keyvault certificate set-attributes