Usage of different certificates

Hello,
I have a question regarding certificate usage.
Our application consists of different applets. These applets are developed from different development teams.These development teams have their own official certificates
for applet signing.
The issuers of the certicates are slightly different.
Could be mix these certificates or is it problematic?
Thanks in advance
Barbara

Hello,
As per your query i can suggest you the following  solution-
You can use an LSC if you want your own public key infrastructure (PKI) to provide better security, to have control of your certificate authority (CA), and to define policies, restrictions, and usages on the generated certificates.
The LSC CA certificate is installed on access points and controllers. You need to provision the device certificate on the access point. The access point gets a signed X.509 certificate by sending a certRequest to the controller. The controller acts as a CA proxy and receives the certRequest signed by the CA for the access point.
For more information please refer to the link-
http://www.cisco.com/en/US/docs/wireless/controller/5.2/configuration/guide/c52lwap.html
Hope this will help you.

Similar Messages

  • Usage of different versions of Oracle Server?

    Is there any studies about percentage of usage of different Oracle Server versions available on the net?

    In summary, is it possible to have different versions of NW Java running on the same machine? If so, what is the best practice and process for installing the new NW instance?
    Yes, it is possible. You need to make sure that the hardware has sufficient resources (CPU, RAM, Disk space, etc) to accommodate a new instance, the system numbers and SID's are unique and the OS and DB are supported for the new system.
    Regards
    RB

  • Jars can't be signed with different certificates---even by Sun?

    I am deploying an application which uses the following jar files:
    com.example.application.jar
    com.example.support.jar
    javax.activation.jar
    javax.mail.jar
    The latter two are jars signed from Sun, yet JWS complains that the jars have been signed with different certificates. I'm forced to unpack the Sun jars and repackage them,signing them with my own certificate.
    Isn't this a little restrictive? Shouldn't jars signed by Sun be exceptions to the "all jars signed by the same certificate" requirement?
    Garret

    Thanks! The JNLP 1.5 MR specification is a bit opaque about exactly how to do this, but the following site has an example that helped:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/faq.html
    The example didn't mention whether I can request all permissions for the component extension, but I suppose I can. Nothing seems to indicate whether I can have component extensions reference other component extensions (JavaMail requires JAF, for example), but it seems to work.
    By requesting full permissions for the component extensions, though, I now get two dialogs presented to the user, the first asking if my application should be trusted, and the second asking if Sun Microsystems should be trusted.
    If I remove all-permissions from the JavaMail component extension, yet request it for the main application (thereby only presenting the user with one confirmation dialog), will I still be able to perform restricted functionality using JavaMail, such as connecting to remote servers?
    Here's what I'm now using, in hopes that it benefits someone else. The main JNLP:
         <resources>
              <jar href="com.example.jar"/>
              <extension name="JavaMail" href="javax.mail.jnlp"/>
         </resources>
    ...javax.mail.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/" href="javax.mail.jnlp">
         <information>
              <title>JavaMail</title>
              <vendor>Sun Microsystems, Inc.</vendor>
              <description>JavaMail API.</description>
              <homepage href="http://java.sun.com/products/javamail/"/>
         </information>
         <security>
              <all-permissions/>
         </security>
         <resources>
              <jar href="javax.mail.jar"/>
              <extension name="JAF" href="javax.activation.jnlp"/>
         </resources>
         <component-desc/>
    </jnlp>javax.activation.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/" href="javax.activation.jnlp">
         <information>
              <title>JAF</title>
              <vendor>Sun Microsystems, Inc.</vendor>
              <description>JavaBeans Activation Framework extension.</description>
              <homepage href="http://java.sun.com/products/javabeans/glasgow/jaf.html"/>
         </information>
         <security>
              <all-permissions/>
         </security>
         <resources>
              <jar href="lib/javax.activation.jar"/>
         </resources>
         <component-desc/>
    </jnlp>Garret

  • Control CPU usage at different levels

    Hello
    I have spent a lot of time trying to make the sleep(long milli, int nano) method to work. My main purpose is to try and control the CPU usage at different percentage levels.
    I got this information from the link below under Threads, �A new form of the sleep() method is provided which allows for sleep times smaller than one millisecond.�
    Link is:
    http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html#threads
    Is it the same sleep method as above? I tried using sleep( 0, 1 ) where I am expecting a CPU usage at or near 100% but its going only at 2%. When I change to sleep( 0 , 0 ) the CPU usage is at 100%.
    I am using JBuilder Enterprise and Foundation with JDK 1.5.
    Thanks for your help.

    Is it the same sleep method as above? I tried using
    sleep( 0, 1 ) where I am expecting a CPU usage at or
    near 100% but its going only at 2%. Just a guess: the problem could be that Java might, depending on the environment, not be able to measure nanos, because the clock resolution is not "big" enough..
    When I change to
    sleep( 0 , 0 ) the CPU usage is at 100%.As it should.

  • SW2 - Different certificates of Host App and Smart Connect. Host App cannot start.

    I got my SmartWatch 2 today and installed Smart Connect and SmartWatch 2 app from google play, got the smartwatch to pairing with my phone manual bluetooth connect. 
    But in the notification bar i getting " Different certificates of Host App and Smart Connect. Host App cannot start." and i can not go in to settings on Smart Connect for the SW2.
    Please help, right now i can not use the smartwatch becouse of no apps....
    Solved!
    Go to Solution.

    That sounds strange. Have you installed both Smart Connect and SmartWatch 2 from Google Play or did you install them from another source? If installed from Google Play, uninstall (updates) SmartWatch 2 and Smart Connect and then install/update them again from Google Play.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • How to load different certificates in a keystore for mail sender adapter

    Hi,
    we are getting mails from different partners. Some have digital signatures others not.
    Now we wanna verify the mails with digital signatures.
    My problem is, that we have to enter the "keystore" and the "keystore entry" in the sender agreement - but the mail partners have different CAs (e.g. Verisign,....).
    Is it possible to collect all certificates of our partners in one keystore?
    How can we handle the problem?
    Thx a lot!
    regards
    Wolfgang

    Hi,
    we are getting mails from different partners. Some have digital signatures others not.
    Now we wanna verify the mails with digital signatures.
    My problem is, that we have to enter the "keystore" and the "keystore entry" in the sender agreement - but the mail partners have different CAs (e.g. Verisign,....).
    Is it possible to collect all certificates of our partners in one keystore?
    How can we handle the problem?
    Thx a lot!
    regards
    Wolfgang

  • Usage monitors different

    Over the last three days my BT Broadband account shows that I have used 8.5GB.  My home hub manager shows only 1.0GB (and that it has been connected for 13 days).
    Can anyone explain the difference between to two figures?  1.0GB feels about right. 
    BT Help Desk just take the attitude that we are right and you are wrong.  When pressed to explain why the figures are different they just transfer me to a number that never gets answered.

    dpearson wrote:
    Thanks for help (why can't BT show as much interest?)
    BT Home Hub 4 (Type A) | Software version 4.7.5.1.83.8.130.1.17
    I am not using YouView at all.
    The BT HH 4 A resets the upload and download data figures when they reach 4.3 GB. without re-connecting.
    What has happened is that if the usage monitor says you have used 8.5 GB in the last three days the Hub has probably reset at least twice in the last 13 days and therefore should be reading at least 9.6 GB.
    The Usage Monitor is probably correct in your case and you need to investigate why you are using more data than you think.
    It is essential that you read your Hub stats at least once a day and preferably take screen prints.
    Read message 26 of this thread for further information:
    https://community.bt.com/t5/Bills-Packages/Re-Broadband-usage-exceeding-monthly-limit/td-p/1134656/p...
    And this thread for information on HH 4 A
    https://community.bt.com/t5/Other-Broadband-Queries/Home-Hub-4-A-Data-Received-value-being-reset/m-p...

  • Using StartTLS with IMAP connection to Exchange is giving me different certificates for machines different to the IMAP server, security exception each time

    I'm using Thunderbird with my work email account, which is using Exchange, this is not officially supported but access is allowed via IMAP.
    The problem is when I'm using StartTLS or SSL I'm getting multiple different self signed certificates being returned, seeming depending on which specific backend server is handling the request, each time it causes the Confirm Security Exception dialog to be displayed. If I confirm the exception I get the dialog being displayed again until eventually I get a certificate that seems to match the first certificate I confirmed, at which point I can download or send my pending mail.
    Thus is seems that there is only one certificate being stored as an exception for each server connection. Is there some way round this?
    Thanks.

    What is the reason for the exception prompt in the first place?

  • Referencing component usage with different interfaces

    Hi experts,
    First of, some details;
    - I'm on NW04.
    - I have a generic WDP interface named: IModelComponent
    - I have a specific WDP interface named: IEmployee
    - I have a WDP component implementing both interfaces named: Employee
    Now I want to create some sort of component factory component. In this component I have:
    - defined 'Used Web Dynpro Component' IModelComponent
    - Created a method getComponentUsage (static names just for clearer example):
    wdThis.wdGetIModelComponentComponentUsage().createComponent("x.x.x.org.mdc.empl.EmployeeModelComponent", "x.x/x~org~mdc~employee");
    return wdThis.wdGetIModelComponentComponentUsage();
    Next I have a client view component which refers to the component factory and the employee interface
    - defined 'Used Web Dynpro Component' IEmployee
    - defined 'Used Web Dynpro Component' ComponentFactory
    - On request I call the factory method getComponentUsage
    Now, when I use this component usage the following way:
    wdThis.wdGetIEmployeeComponentUsage.enterReferencingModeUnsafe(receivedComponentUsage);
    Then things work perfectly! This is basically what I want to achieve.
    But the method enterReferencingModeUnsafe is deprecated, so I wonder if there are other, better ways to achieve usage referencing of components with multiple interfaces (create as one interface, use as the other interface).
    Looking forward to any comment.
    Grtz,
    Chris
    Edited by: Chris van de Wouw on Feb 6, 2010 5:20 PM

    Basically solved it myself. I'm now using the actual required component usage (IEmployee) as entry point for the factory, which will create the correct implementation component (based on configuration). For IModelComponent specific methods I can use the getInterfaceController() of the employee component usage class and cast it to the model component interface.

  • AIR App won't install if different certificate is used

    Hello!
    I've taken over a project that was previously developed by another company.
    Now I'm using my own certificate to codesign the air application. The problem is now, that the air installer won't allow to install the application if the old application (codesigned with the certificate of the previous developer) is installed on the system. It doesn't even say that there's a codesign problem it just drops the error (translated from german:)
    Unfortunately an error happened.
    This application cannot be installed because of a wrong installer configuration. Contact the application author
    (german Original: Leider ist ein Fehler Aufgetreten. Diese Anwendung kann aufgrund eines falsch konfigurierten Installationsprogramms nicht installiert werden. Wenden Sie sich an den Anwendungsautor.)
    if i check the system.log, i can see:
    Installer[1190]: The certificate of the installed app fails to match either the signature or migration signature of the AIR file
    if I uninstall the old version of the app first, then the installer will install the application without problems.
    However - this application will be distributed to many clients. It will be quite confusing for them If they just see the error (cannot be installed because of a wrong installer configuration. Contact the application author.)
    What's the reason for this error message and is there a way arround it?

    Hi, you need to apply a migration signature. For more information, please refer to http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0. html#WSFAB6E5EB-316A-42b0-81A3-0BC232ACD99A
    Thanks,
    Jian

  • Numbers of Oracle DB usage on different operating systems

    Hi all,
    I am looking for numbers that breakdown in what proportion Oracle DB is used in different operating systems, specifically the percentage of use in each group of operating systems.
    - Windows
    - OpenVMS
    - Linux
    - Unixes.
    - Others
    Could someone provide some numbers or a link to where I could get the information?
    I am especially interested in windows and OpenVMS...
    Best wishes to all
    Andre

    Hi Andy,
    I'm seeing lot of companies prefer Unix(Solaris, HP, Linux) as a production. My experience working with 3 big clients like Cingular (USA), Orange (UK) & SKY(UK) they have many solaris oracle and few HP oracle (Orange).
    Cheers,
    Kamalesh JK

  • Usage of different types of currency units

    Hi All,
    Can any body let me know the scenarios to use different types of currencies i.e.  0doc_curry(document currency), 0currency e.t.c ?
    Thanks and Regards,
    Prashant

    Hi
    Check the below link.
    http://www.sap-img.com/financial/explain-the-difference-in-currency.htm
    Hope this helps
    Regards
    Shilpa

  • Restrict usage of different fields in Servicedesk / workcenter IM messages

    Hi,
    I have a customer who is using the workcenter Incident Management on top of SAP Servicedesk. Messages can be created in the SAP Gui or directly in the workcenter. They want various groups of users to have different access in the IM.
    E.g. for the field Category one group should be able to change the value in that field in messages, but another group of users should only be able only to display. And that field should have a default value. The same applies with the Status field; one group should be able to change value in that field in messages, but another should only be able only to display.
    Does anybody know if it is possible to play around with authorizations for these fields (Category and Status) in these ways?
    Regards,
    Kjell

    Hi Waseem,
    Do you know of some very good user guide for controlingl the UserStatus except from Sap Help?
    Regards,
    Kjell

  • FAS2240 - Datastore Usage very different to Volume Usage.

    Hi,We have a VMware datastore configured on our FAS2240. I'm getting an alert on our monitoring system due to usage of a particular volume. The volume in question shows 86% utilised and the LUN at 97% within System Manager, this is also reflected within VSC. However, the datastore itself, i.e. what VMware is seeing, is only 31% used.My question is, why would there be such a difference between these figures? Is there any way to tell what is utilising this space? There are no snapshots in play.We have other volumes configured in the same way with similar VDI load and there is nowhere near as much difference between these figures.Many thanks.

    Hi Radek,The Fractional Reserve setting is disabled by the looks of it.Here's the output of the df -r command.FAS2240-02> df -rFilesystem                                kbytes       used        avail   reserved   Mounted on/vol/vol0/                             199229440    3880512    195348928          0                      /vol/vol0//vol/vol0/.snapshot                     10485760     237508     10248252          0                      /vol/vol0/.snapshot/vol/v_vdi_datastore9/                 432402476  186069996    246332480          0                      /vol/v_vdi_datastore9//vol/v_vdi_datastore9/.snapshot                0          0            0          0                      /vol/v_vdi_datastore9/.snapshot/vol/v_vdi_view_datastore9/             70265404   12336924     57928480          0                      /vol/v_vdi_view_datastore9//vol/v_vdi_view_datastore9/.snapshot           0          0            0          0                      /vol/v_vdi_view_datastore9/.snapshot/vol/v_vdi_datastore10/                432402476  384968280     47434196          0                      /vol/v_vdi_datastore10//vol/v_vdi_datastore10/.snapshot               0          0            0          0                      /vol/v_vdi_datastore10/.snapshot/vol/v_vdi_view_datastore10/            70265404   11059304     59206100          0                      /vol/v_vdi_view_datastore10//vol/v_vdi_view_datastore10/.snapshot          0          0            0          0                      /vol/v_vdi_view_datastore10/.snapshot

  • Usage of Different Prompt based on Users Role in OBIEE

    Hi
    I have a requirement(OBIEE Reports) as below.
    The Dashboard page will have a Prompt(Drop Down) Say for Geography where it will list all the countries available.When a global user(Role) logs in to the application he should see all the list of available countries along with "All Choice" option in the prompt.But when a Country user(Role) logs in he should see only the country available for him in the prompt without "All Choice" Option.Also if the Country user(Role) belongs to more then one country he should see all countries he belongs to along with the "All Choice" option in the prompt.
    Any help on this is Appreciated.
    With Regards
    Subhadipta Samantray
    Edited by: user635206 on Jun 11, 2009 10:22 AM
    Edited by: user635206 on Jun 11, 2009 10:23 AM

    Hi
    Like David points, you may use Security Groups to display 1 or more Countries to the User depending upon 'Global' or 'Country'. You will have to use content filters to reflect the scope of the user in session.
    Then 'All Choices' is a prompt front-end feature. You cannot restrict to 'Country' but 'Country' anyway cant see more rows that he is eligible. So, you may consider 'All Choices' for all users.
    Try and tell us if this worked for you

Maybe you are looking for