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
Change Requests cancelled by Escalation Workflows progress to Fulfillment instead of getting cancelled in RSA Identity Gov… 136Number of Views Do RSA SmartIDs / Smart Cards support 2048-bit key certificates? 14Number of Views How do I change my Sentry RA 3.x server port numbers? 6Number of Views How do I change my server port numbers? 12Number of Views The Account Changes table shows an error instead of account details when change request is initiated via Roles in RSA Via … 34Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager 8.9 Release Notes (January 2026) AFX Server Fails to Start with 'Could Not Build a Validated Path' and 'Timed Out Waiting for AFX Applications to Start' in… AFX Server stuck in 'Not running' State, with error 'timed out waiting for AFX applications to start'
Don't see what you're looking for?