Applying Digital certificates on EP 7

Hi SDN,
Currently we are running EP 7 in which we have applied SSL. We want to apply digital certificates for the transaction happening between the end user and the portal. Kindly share SAP document to implement the same.
Let me know if digital certificates can be applied on a user specific mode...
Thanks & Regards,
p188071.
Edited by: p188071 on Apr 1, 2009 7:44 AM

Hello Amit,
The portal runs on the J2EE Engine, so you have to configure the use of client certificates there. There is a step-by-step procedure in the documentation. See: http://help.sap.com/saphelp_nw70/helpdata/en/62/881e3e3986f701e10000000a114084/frameset.htm
If you have questions, just let us know.
Greetings,
Elizabeth Winker

Similar Messages

  • Acrobat Pro XI - can you apply digital certificate to certify Portfolio?

    I used to be able to View-> Portfolio-> Cover Sheet and then certify the Portfolio with a digital ID. Now Acrobat hangs every time I try. 
    Adobe support team may be working on it but it's difficult to tell if they are actually paying attention.   A friend also tried it with same failed results.   Can anyone get it to work or am I the only person in the world using Digital Certs to sign PDF Portfolios?
    Here's background info on how to do it: http://help.adobe.com/en_US/acrobat/X/pro/using/WS396794562021d52e-7abb39ef12b34b0e1cd-800 0.html  
    Acrobat Pro XI Version 11.0.07 on Windows 7

    In case anyone is interested, you can go back to Acrobat Pro 11.0.06 and it works again.  The official Adobe bug number is 3789347.   Adobe has no estimate for fix.

  • How to Create a PDF Document and apply Digital Signature in C# using the Adobe SDK?

    Hi Everybody!
    I have to do two distinct tasks here:
    1) How can I create a PDF document using the Adobe SDK in my .NET Applications(C# - 2.0)?
    I just need a basic sample to create a document with a simple text, for example. I did not find any useful information in the adobe documentation. I have the Acrobat Professional 8.0 in my computer, but it's very dificult to work whith de Acrobat.dll and .NET with a poor documentaion.
    2)How can I apply digital signature in a existent pdf document?
    I need to sign documents using the SDK, just a basic sample in c# would be helpful to start!
    Anybody could help?
    Thank in advance!

    Leonard Rosenthol or anybody that can help, sorry to insist.
    I will explain better my problem:
    I have an ASP.NET WebPAge (C# - 2.0). In this page, the user make a request. The request should generate a PDF document with the informations of the request and with a field to add a digital signature. The document created will be send to a approver that will confirm the approval applying his digital signature (I need to do too, a webpage where the approver open the page, choose the pdf document, and sign, just selecting his own certificate and clicking in the button SIGN... but this is another problem).
    That's the reason that I have to create a PDF document. If I create a WORD or HTML document, and then convert to PDF, how can I add a field to digital signature in this pdf document?
    Is there any solution using Acrobat SDK?
    Thank you very much!

  • Apply Digital Signature in Form 16

    Hi All,
    I want to configura and apply Digital Signature for Form 16. Please guide me which configuration is require for that?
    From where we can purchase the Signature Certificate? what is the cost of it?
    Regards,
    Nisit
    Edited by: Nisit  Patel on Dec 21, 2009 12:01 PM

    Hi,
    Check this [link|http://help.sap.com/saphelp_nw04s/helpdata/en/18/ecb69017ad4765855425b97f666470/frameset.htm]
    Thanks
    Sunny

  • Private key and digital certificate

    I have a keystore . in ordeer to know what it contains ,i opened this keystore with this command ...keytool -list -keystore DemoIdentity.jks
    and i got,
    Keystore type: jks
    Keystore provider: SUN
    Your keystore contains 1 entry
    demoidentity, Jan 4, 2007, keyEntry, // is it called private key ?
    Certificate fingerprint (MD5): 60:42:75:33:31:AA:9A:C6:9D:1A:CD:9F:22:8D:4A:6A // is it called certificate ?
    Question :
    I still dont understand what a keystore contains. does it contains "private key" + "digital certificate" ?
    If so , what are private keys and digital certificate in the above contents ?
    Message was edited by:
    Unknown_Citizen
    Message was edited by:
    Unknown_Citizen

    The content of a 'keystore' is what you, or the person who provided it, put in it. In this case it looks like all it contains it a public key certificate with an alias of 'demoidentity' .

  • Can XML Publisher add a digital certificate (cert.pfx) via the xdo.cfg file or do I need to upgrade and use BI Publisher instead?

    Hi Guys
    I need to add a digital certificate to a clients customer statements and invoices. XML Publisher 5.6.3 has been used originally to design the templates as RTF. I have the following questions please...
    1. Can an RTF template be used or do I need to convert it to a pdf template?
    2. Can XML publisher even be used or do I need to get the DBAs to install BI Publisher. XML Publisher doesn't even have the signature properties in the admin screens that BI Publisher has.
    Below is a copy of the xdo.cfg file which currently does not add the pfx file...
    <config version="1.0.0"  xmlns="http://xmlns.oracle.com/oxp/config/">
    <properties>
       <property name="system-temp-dir">/tmp</property>
       <property name="pdf-security">false</property>
       <property name="pdf-open-password">testpass</property>
       <property name="pdf-permissions-password">testpass</property>
       <property name="pdf-encryption-level">1</property>
       <property name="pdf-no-printing">true</property>
       <property name="pdf-no-changing-the-document">true</property>
       <property name="signature-enable">true</property>
       <property name="signature-pkcs12-path">/app/oracle/product/appldev/apps/apps_st/appl/xdo/12.0.0/resource/digcert.pfx</property>
       <property name="signature-pkcs12-password">testpass</property>
       <property name="signature-field-location">top-left</property>
       <property name="signature-reason">taxreasons</property>
       <property name="signature-signed-at">Cape Town</property>
       <property name="signature-display-style">detailed</property>
    </properties>
    </config>
    Any help will be greatly appreciated.

    thanks for the summary of the many posts and threads describing all of these steps.

  • How to use digital certificate for client authentication in PCK

    My sap jca adapter need support digital certificate on client authentication. how to implement it in j2ee or pck?
    Message was edited by: Spring Tang

    refer the following links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/092dddc6-0701-0010-268e-fd61f2035fdd
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2a56861-0601-0010-bba1-e37eb5d8d4a9
    please let me know if u dont find relevant information

  • ISE 1.2 - Authorization Policy for Digital Certificates

    Hi Everyone.
    I have Cisco Ise 1.2 when I created authorization Policy rule for PEAP(MSCHAPv2) and the ISE can match on the rule e permit based on AuthProfile.
    BUT, authentications using digital certificates (EAP_TLS) I can´t do some AuthorizationPolicy for match.
    I´m try some:
    if
    any
    AND
    authEAPprot: EAP-TLS
    AND
    Certificate:inssue : iqual : CA-root
    THEN
    ACCESS_FULL
    In Operations>Authetications I can see the authentication and when I open the details, I can see the method is EAP-TLS BUT my rule is not correct cuz authorization policy that use is Default.
    Someone can do some Tip about How i can make this rule for authentications that use EAP-TLS (digital certificates)???
    tks

    Hi,
    You will have to upload all certificates (intermediate and root) that are used to sign the client cert into the ISE CA database. You will also have to make sure that checkbox for trust for client authentication is checked.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • What is the difference between a pki digital certificate received in pkcs7 format and what iplanet refers to as a pkcs#11 module?

     

    A lot of NSS-related jargon is defined on mozilla.org, including the different PKCS standards:
    http://mozilla.org/docs/jargon.html#PKCS5
    To summarize (and simplify), PKCS #7 is a standard for digital certificates while PKCS #11 is a standard for communicating with cryptographic devices (e.g. SSL hardware accelerators).

  • "no access to the digital certificate" - Trying to export my first iOS app from Flash - Help please

    Hello
    I'm trying to export my first iOS app from flash to my desktop / on the device (Flash Pro CC, Iphone5)
    I followed the instructions on the adobe website to build an air app for iOS but on the last step it
    doesn't export the app.
    What I've done so far:
    - Apple developer account
    - creating the certificate + convert it to .p12
    - app ID / Name etc.
    - creating the provisioning profile from apple
    - iOS Air app in flash (Only Text "Hello world" with a tween)
    Now i have to load the certificates into Flash & enter a password (is it the password that
    i entered in the certificate or from my developer account/ Apple ID password? Both didn't work at the end)
    When i klick on publish in the last step than it loads a while but then i get the Error:
    "no access to the digital certificate"
    What is wrong? Can you help me please.

    Also, I should say, when I go into my phone on the computer and try to install an app, I get this message:
    Unable to start operation. Installer is already in use.
    Any ideas

  • How can I delete a digital certificate in Firefox's certificate store?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/780242]</blockquote><br>
    The company that manages my health savings account has just told me that my digital certificate (didn't know I had one) needs to be deleted from my browser's "certificate store" before I can (or they can) establish a new one. I cleared the cache, but am still getting this message.

    Hi Gordon50501,
    You would have to manage the bookmark folders on a Desktop computer. [[How do I set up Firefox Sync?]] would allow you to do this.
    You can remove individual bookmarks by tap an holding on one of the bookmarks and selecting "Remove"

  • How to get digital certificate informaiton of the email in mail adapter

    Hi, expert:
    I have a requirement to verify the validation of coming email with digital certification. The mail is with digital certification. If the coming email is valid, I 'll get the attachemt of the mail for further processing. I have a sender mail adapter and receiver file adapter configued.
    I have already my own developed adapter module, which is configued in mail adapter. My question is how to retrieve the detailed certificate information in the adapter module developed by myself. Is it feasible?
    Thanks a lot.

    Hi Oscar !!
    refer this blog & links , you will get all you are looking for
    <b>How to use Digital Certificates for Signing & Encrypting Messages in XI</b>
    /people/varadharajan.krishnasamy/blog/2007/05/11/how-to-use-digital-certificates-for-signing-encrypting-messages-in-xi
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/882a40ce93185de10000000a1550b0/frameset.htm
    Thanks !
    Regards
    Abhishek Agrahari

  • Using a digital certificate to send an encrypted email.

    I want to send an e-mail through my i-pad using a digital certificate, that i have already configurated in my e-mail account. This e-mail i want to send also encrypted. Do i need to have a public certificate code from the person i´m sending the e-mail to? Like outlook express works?
    thanks for the answer in advance

    Hello,
    Your best option will be to use an encoder for feedback in your system. If you use an encoder then at the end of the move, the controller will compare your trajectory position with the position the encoder reads (the actual position) and make the necessary adjustments. Also, this is all handled transparently so you won't have to worry about any complicated programming issues.
    Regards,
    Andy Bell
    Applications Engineer
    National Instruments

  • Mail not recognizing digital certificate

    Hi all,
    I had a digital certificate generated by .Mac which worked fine in mail.
    Today I noticed that mail stopped giving me the option to digitally singed my mails.
    Did someone notice this behavior? Is there a fix?
    Thanks,
    Ziv

    Anna,
    I am having the same issue. I am on a new laptop without my cert, so I downloaded it again from thawte but it only installs the public key, not the private key.

  • Mail not recognizing Versign digital certificate, no icon

    This is very frustrating. Digital certificate is in my Keychain and yet it does not automatically appears in Mail as it suppose to be. Choising costomize option beside email account opens but their is no icon to selection to sign or encrypting mail (the checkmark).
    HELP! HELP! HELP!
    Powerbooks G4/1.04 & G3 Lombard-400 & 3400   Mac OS X (10.4.7)  

    Anna,
    I am having the same issue. I am on a new laptop without my cert, so I downloaded it again from thawte but it only installs the public key, not the private key.

Maybe you are looking for

  • How can I access the GPS NMEA feed from my MHS 291L Jetpack?

    I understand how to turn on the GPS feature in the device setup.  I'm unable to determine how to access the GPS data using third party software.

  • Re: Vanishing points, anyone?

    I'm also at my wit's end with vanishing points.  I've gone through 4-5 cycles over the last 4 months where I call, they tell me the back office will audit my account and get back to me, but no one contacts me.  I've even spoken to supervisors who cla

  • Order to cash journal entry flow

    Dear Members, Please let me know the FICO entries for order to cash cycle including all the taxes applicable [exhaustive scenario] Thanks Sheli

  • Fit Frame to Shortcut not working in Indesign CC

    Have tried deleting my preferences and making sure there were no system keyboard shortcuts that had the same keystrokes. Any other ideas?

  • Unable to select Certificate for Remote Desktop Connection

    Hi, I have created a certificate with below parameter in inf file through a local Standalone 2008 r2 CA & imported it into Computer personal certificate store but unable to see this certificate entry while trying to select it under Remote desktop con