How do I change my custom OneStep to request 2048 key instead of 1024?
Originally Published: 2011-03-11
Article Number
Applies To
RSA Certificate Manager (RCM)
Microsoft Windows Server 2003 SP2
OneStep
Custom OneStep plugin
Issue
End Entity cert request still come back as 1024 and can not find a parameter to change it in any of the other configuration files.
How do I change my custom OneStep to request 2048 key instead of 1024
Resolution
if document.all.userprotect.checked = true then
IControl.GenKeyFlags = 2
else
IControl.GenKeyFlags = 1
end if
to:
if document.all.userprotect.checked = true then
IControl.GenKeyFlags = &H8000000 + 2
else
IControl.GenKeyFlags = &H8000000 + 1
end if
Related Articles
What happens to my RSA Community account if I change companies? 84Number of Views How can I contact Customer Support for issues or questions relating to the RSA Community? 118Number of Views How does the Access Manger Help Desk Admin work 21Number of Views SecurID: How to set up Task List Assignments, Administrative Roles and Administrative Scope in RSA ACE/Server running on U… 31Number of Views How to reset MFA authenticators to gain access to the RSA Community, RSA Partner Portal, and myRSA 62Number of Views
Trending Articles
Authentication Manager Supported Hardware and Upgrade Paths RSA Authentication Manager Upgrade Process Artifacts to gather in RSA Identity Governance & Lifecycle How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Authentication Manager 'Principal Does Not Possess Authenticator' Error for Users with Multiple IDs
Don't see what you're looking for?