Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Ensure minimum private key size

Use a system property to determine the minimum size of the private key used for Certificate Signing Request (CSR) generation with the Certificate Inventory Management application.

The sn_disco_certmgmt.private_key_size system property determines the minimum size of the private key used for CSR generation with the Certificate Inventory Management application. Valid choices are 512, 1024, 2048, or 4096.

Verify that this property is set to a value of 2048 or higher. Valid choices for this property are 512, 1024, 2048, or 4096. If the property doesn’t exist in the System Properties [sys_properties] table, or the value is invalid, the value is 2048 by default.

More information

AttributeDescription
Configuration namesn_disco_certmgmt.private_key_size
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger, representing the size of the private key generated. Use values of 512, 1024, 2048, or 4096.
Recommended value2048
Default value2048
Fallback value2048
CategoryCommunications
Security risk- Severity score: 3.1 - CVSS score: Low - Security Risk: Using keys smaller than 2048 can result in future information disclosure in the event the key is brute forced. Use a valid value greater than or equal to 2048 to future proof the key for a longer time period.
Functional impactLegacy systems and applications may not handle keys greater than or equal to 2048.
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Configuration