Need to change CSR key size from 1024 to 2048

Hello SAP experts,
I am encountering an error when generating new certificates:
· Invalid Key Size
Current Key Size: 1024
The key size in the provided CSR is not valid. The key size must be at
least 2048. Please attempt the request again. If the problem persists
contact Entrust Certificate Services support for assistance.
The CSR was generated using Visual Admin -> Server_Name -> Services ->
Key Storage -> ServiceSSL ->  Generate CSR
For ABAP systems, I know that the following parameters can control the
key size/length:
sec/dsakeylengthdefault
sec/rsakeylengthdefault
Are these parameters applicable to a pure Java stack system?
How can the CSR key size be changed from 1024 to 2048?
System: GRC Production
Installation: NW Installation for GRC
System Type: Production system
Product Version: SAP GRC RISK MANAGEMENT 2.0
Operating System: AIX 5.3
Database: ORACLE 
Technical Usage Type: Application Server Java
Thanks in advance!
Regards,
Kris Caldoza

See knowledgebase article [1548872|http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1548872]
Cheers, Uwe

Similar Messages

  • Is there any way to change the document size from scene to scene?

    I'm building a portfolio site, but I need the document size to be different from each scene.  I'd rather not create a separate swf/html file for each page since that would disrupt the transition between scenes (not to mention all the wok I went through to get the dropdown menus working).
    For instance, the "home" scene is structured for 1200x670 px, but the portfolio scene labeled "published" needs to be at 1200x1500px.
    Is there any way to change the document size from scene to scene?  OR; If, for instance, I made the universal document size 1200x1500 for the entire flash file, is there a script that would restrict the "home" scene to only show the first 670 pixels?

    not in flash alone.
    you may be able to do what you want using javascript in your html document and using the externalinterface class to communicate between your actionscript the embedding html javascript.

  • Can anyone help me, I need to change the address (country) from US to UK so i can purchase?

    can anyone help me, I need to change the address (country) from US to UK so i can purchase?

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html

  • Hi. I need to change my Itunes Country from Singapore to India. Can anyone help me?

    Hi. I need to change my Itunes country from Singapore to India. Can anyone suggest me how to do that?

    Click on your account name in the top right corner of the iTunes store in the iTunes application on your computer, enter your password and click the "view account" button. Navigate to the Apple ID summary where you have the option to "change country or region".
    In order to change your location, you will need a credit card registered to an address in India.

  • HT1918 I need to change my payment method from credit card to bank checking account, how do i do that. When you go to settings on iphone it only has cedit card options. need to do this quick my payment is do Monday 2-24-2014. Thank you.

    I need to change my payment method from credit card to bank checking account, how  do i do that with my iphone. the only options when you go to settings is credit card, I want you to debit my checking account. I need to know asap, my payment is due this Monday 2-24-2014. Thank you

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    The payment methods that are available in your country will show on your account. If debit cards aren't available on that screen then you won't be able to use it as your payment method.

  • I need to change my iWeb site from my macbookpro to my iMac, can't seem to do it, any help???

    Hello hello,
    I need to change my iweb site from one mac to another, please can any one help?
    thank you, Joanne

    Picture :
    In Lion the Library folder is hidden. It's mentioned almost daily in this forum.
    This page with movie explains how to display that folder and shows how to move domain files around with iWebSites.
    http://www.wyodor.net/_Demo/Aptana/iWebSites.html
    I'm sure our resident technology experts and iWeb aces will repeat the same answer.

  • Changing my page size from American A4 to UK A4 shifts everything on the page, if I want everything on the page to stick to the top left rather than shift around, what do I do?

    Changing my page size from American A4 to UK A4 shifts everything on the page, if I want everything on the page to stick to the top left rather than shift to the right and down, what do I do?
    Using Indesign CS6.

    @Gabrielle – if you change the size in your document setup, pages always crop from the center of your spread, if you are using facing pages:
    Uwe

  • Can I programmatically change printer paper size from ActionScript?

    Hi,
    I'm a newbie Flash/ActionSript developer and I have been searching for answers for a while with no luck. I wonder if I can get some pointers from this forum.
    I'm trying to programmatically print a movie clip to 8.5" x 11" plain paper regardless of the current paper size setting in the printer. e.g if the user's printer is currently set to use paper size A4, can I change the setting to Letter (8.5" x 11") from ActionScript at runtime? I use PrintJob class for printing the movieclip.
    According to the ActionScript online API spec ( http://www.adobe.com/livedocs/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context =LiveDocs_Parts&file=00002066.html), I can only READ the paper size setting after the call to PrintJob.start. I can't believe that we are not allowed to change the setting. Maybe I missed something here. Can somebody help me out?
    Thanks in advance!

    you can't change the paper size used in client side printer.

  • Need to change auto generated text from pdf report

    I have implemented pdf but it generated text from the autogenrated xml.
    If I need to change that text then what should I want to do for that?
    Following is my xsl file and the generated output in pdf.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:fn="http://www.w3.org/2005/xpath-functions">
    <xsl:output method="xml" indent="yes" encoding="utf-8" omit-xml-declaration = "yes" />
    <xsl:template match="/">
    <fo:root>
    <fo:layout-master-set>
    <fo:simple-page-master master-name="my-page">
    <fo:region-body margin="1in"/>
    <fo:region-before extent="1in" background-color="silver" />
    </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="my-page">
         <fo:static-content flow-name="xsl-region-before">
    <fo:block height="150px" width="1024px" background-color="blue" >
    <fo:external-graphic width="340px" src="http://localhost:9000/web-determinations9000/images/logo.png"/>
    </fo:block>
    </fo:static-content>
    <fo:flow flow-name="xsl-region-body">
    <fo:block >
    <xsl:apply-templates mode="dump" select="/session/entity/instance/attribute"/>
    </fo:block>
    </fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    output from pdf -
    What is Student Id?=
    65.0
    Is scored more than 80% true%=
    true
    What is Student Name?=
    asf
    What is lastname?=
    asdf
    Is student eligible for gold medal?=
    true
    If i want "what is student id?" text to only student Id then what change I need for that?

    Hi,
    Following is the code sample for your understanding:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:fn="http://www.w3.org/2005/xpath-functions">
    <xsl:output method="xml" indent="yes" encoding="utf-8" omit-xml-declaration = "yes" />
    <xsl:template match="/">
    <fo:root>
    <fo:layout-master-set>
         <fo:simple-page-master master-name="my-page">
              <fo:region-body margin="1in"/>
              <fo:region-before extent="1in" background-color="silver" />
         </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="my-page">
         <fo:static-content flow-name="xsl-region-before">
              <fo:block height="150px" width="1024px" background-color="blue" >
              <fo:external-graphic width="340px" src="http://localhost:9000/web-determinations9000/images/logo.png"/>
              </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
              <fo:block>
              <xsl:apply-templates mode="dump" select="/session/entity[@name='global']/instance[@label='global']"/>
              </fo:block>
         </fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    <xsl:template match="/session/entity[@name='global']/instance[@label='global']" mode="dump" priority="100">
         <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="solid">
              Student ID:<xsl:value-of select="attribute[@id='var_student_id']/number-val"/>
         </fo:block>
    </xsl:template>
    </xsl:stylesheet>Thanks,
    Aakarsh

  • Change default key size on non Domain joined CA.

    Hello,
    I have one standalone non domain joined CA I would like to change the default key size of all issued certs to 2048.  Since it is a stand along, there are no AD template to modify.  Can this be changed in the registry?
    Shawn

    CAPolicy.inf is the way to go.
    See the following thread
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/ce001d8f-c722-4429-83cb-328b92876292/how-to-change-root-certificate-keys-length-and-validity-period?forum=winserversecurity
    Hth, Anders Janson Enfo Zipper

  • I need to change the decimal sign from a ,  to a . in a worksheet - please help!!

    Im fresh from a Windows background and struggling to get started on the NUMBERS program - I need to change the ,  to a . for decimal numbers (the NUMBERS program does not seem to recognise the . but when I change the separator to a ,  it works - problem is that I have many exsiting Excel worksheets in which I used the .   There is no way that I want to redo all these worksheets so I need to change NUMBERS so that it recognises a . as the decimal separator and not the ,     Please help!!

    I don't know the iOS behavior so I will answer for OSX.
    At this time, on your machine, Numbers use the decimal comma.
    This means that your system is set to behave this way.
    Enter the System's Preference Pane entitled "Language and Text" and customize the number's format.
    In this screenshot you may see the default French settings.
    Replace the comma by the period in both "Decimale" fields then restart the machine.
    The system will use the decimal period and Numbers will do too.
    Assuming that one day you want to revert to decimal comma, no problem, revert the system's setting.
    Numbers will be fair enough to adapt itself to the new state.
    In fact, it store decimal numbers in the English format : decimal period and adjust on the fly according to system settings.
    Yvan KOENIG (VALLAURIS, France)  mardi 22 janvier 2011 18:03:45
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Need to get primary key value from entity

    Hi,
    I have 2 pages. In the first page on click of GO button, Im inserting data into table using EO and Immediately navigating to second page.
    Primary Key value is generated in EOImpl java file.
    In second screen, in the header region, I need to show the row inserted in table.
    to query the VO, i need to have primary key generated in EOImpl.
    Please let me know how can i get this value in either in PFR of first page or in PR of second page. Thanks.

    Hi
    have you included the eo that tyou are refering to in the header oif the second page..
    if both pages are using the same AM, the data will appear.
    at worse can you can get the ID from the eo using amethod in your AM.

  • How to change the font size from tabs ???

    Hi
    I found a tip to change the CSS in the apache directory in the forum here.
    but i can´t find the directory on my hard disk/oracle directory
    i got this version installed:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    can i change the font size of tabs/regions etc in any other way??

    Hi,
    The font size is defined by the style class used for the tab cells (tabs are normally created as cells in a table).
    To do this, the simplest solution may be to edit the page template:
    1 - Go to Shared Components/Templates
    2 - Select the page template(s) that you are using (you will have to do this for each template that you've used that uses tabs)
    3 - Scroll down to "Standard Tab Attributes" - you'll see two sections: Current Tab and Non Current Standard Tab.
    In Current Tab, you'll have something like:
    &lt;a href="#TAB_LINK#" class="t12standardtabcurrent"&gt;#TAB_LABEL#&lt;/a&gt;
    In Non Current Standard Tab, you'll have something like:
    &lt;a href="#TAB_LINK#" class="t12standardtabnoncurrent"&gt;#TAB_LABEL#&lt;/a&gt;
    After the class="...." attribute add in style="font-size:12px" (use whatever px value you want)
    4 - You should repeat the process for Current Parent Tab and Non Current Parent Tab as these contain the same settings
    5 - Apply your changes
    Regards
    Andy

  • In the message class M7 i NEED TO CHANGE THE MESSAGE 301 FROM E to w.

    In the program LMBGBFES I want to change the mesage e301 to w301 in the enhancement point but sap is not allowing to do so.
    CAN YOU GIVE A SOLUTION TO HOW TO DO IT.
    with regards ,
    Mahasweta Mitra

    hai mahasweta,
    u cant change the message from E301 to W301 as the code where the message is placed does not come under any enhancement point so that cannot be enhanced , u can do even with implicit enhancements but that does nto fall under it i mean uisng implicit enhancement options u can add some new code at start and end of the programs, u can use enahcnement poitns to enhance the code which comes under that point and it is obvious sap do not allow everythign to be modifed , so if u want to really chnage ti then u cna use access key and change it but it has implications on other programs from where this is called
    regards
    m.a

  • How do I change the photo sizes from cm to inches in the new iPhoto share/print?

    When I wish to print a picture from the share/print section of iphoto it lists the available print sizes in cm ie 10 x 15 instead of 4 x 6 inches. I can't seem to find anywhere to select the units that you want to use.  I am using the latest version of iPhoto.

    Terence,
    perhaps Dukeasooke is using mixed language settings like me.
    I found that changing "Measurements Units" did not suffice, if the region is still set to Germany. I had to actually set the region in the Language & Text preferences to a country that uses "US" units in addition to ensuring that the "US" units were selected. Also, with Mavericks it is essential  to restart the system before launching iPhoto again after changing "Language & Text" preferences, or they may not take.
    -- Léonie

Maybe you are looking for

  • Design Problem in Java

    Problem definition: Consider the following !! You are writing the s/w for an interface to an appliance and the interface has the following things on it !! 1) three buttons - reset clear and power on/off !! 2) LCD display which shows error messages th

  • Draw a picture from a XML file

    Hi, the problem I have is the following. We have a UI (JNET) where you can create a data model which later on will be analyzied for data conistency. All details of the data model are stored in an XML file. To document what we did we need to create a

  • Movies are Freezing on my TV But I Can Watch them through iTunes on my Computer

    I have a second generation Apple TV .. I can watch the movies in iTunes but they freeze when I try watch them on my Samsung Smart TV .. They only freeze at the start ... its hit and miss .. sometimes the movies start ... but a lot of the times they f

  • The Big Screen

    Premiere Pro v7 is what im running. So this is a first for me. I created a :30 spot for a local movie Theater. It's all just still pictures and text. When they show the spot up on the big screen all the pics are pixulated and jumpy. Is there a way to

  • Need to have option to place html code in body tag

    right now one can place code in the head tag but not the body tag.  that is a needed feature.  for example, to use a counter, like with statcounter.com, you have to place the code in the body tag (at the end they say).  that is not an option with mus