Version Affected: All
Overview
When a user enrolls for a PFX certificate, the certificate's public key defaults to 1024 bits. This covers how to change that default to a 2048-bit public key instead, for organizations that require the stronger key size.
- Decrypt the realm's web.config.
- Find the InstallCertType app setting:
<add key="InstallCertType" value="1024" /> - Change its value to 2048:
<add key="InstallCertType" value="2048" /> - Save and re-encrypt the web.config.
New PFX certificate enrollments for this realm now use a 2048-bit public key.
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.