How To: Set the Public Key Size for PFX Certificate Enrollment

Follow
    Applies to:
  • SecureAuth Identity Platform
Deployment model:
  • Cloud
  • Hybrid
  • On Premises
  • 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.

    1. Decrypt the realm's web.config.
    2. Find the InstallCertType app setting:
      <add key="InstallCertType" value="1024" />
    3. Change its value to 2048:
      <add key="InstallCertType" value="2048" />
    4. 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.

    0 out of 0 found this helpful

    Comments

    0 comments

    Please sign in to leave a comment.