Accessing Cert Store in Linux / Solaris

hi,
How do i access the cert store in Linux / Solaris. for instance if i click a button it should pop up the cert store with all the certificates populated in it. Is that possible ??? can any one help me with a snippet.
thnx in advance.

hi
by any chance is this possible in JavaScript so that it can work on Linux / Solaris too..

Similar Messages

  • How to Connect to MacOSX from Linux/Solaris ?

    I know you can
    1. ssh to a Mac machine.
    2. VNC to a Mac machine.
    Is there a way to connect from Unix to MacOSX ? Something like XDMCP to Mac machine.
    Requirement:
    1. GUI Login to MacOSX in a new session, from Unix.
    Or
    2. Open a Xcode window running from MacOSX, in my Unix machine
    ? Is there a way ?
    when I say Unix. (Unix <=> Linux/Solaris)
    (may be repeating, but please VNC/ssh, is not my option).

    If the database is remote you would need to setup a sqlnet.ora and a tnsnames.ora file. Their locations are platform dependent. On AIX the files are in /etc while on some platforms you find the files in /var/opt/oracle and on others $ORACLE_HOME/network/admin. We have a Sun Sparc running SunOS 5.6 that has them in /var/opt/oracle.
    Configuation can be done through the installer as part of the install process, probably using a gui tool, or manually. We vote for manually.
    See your install README files and the ORANET manuals for details. Or once you know where the files belong copy them from a platform that can access the db you want to reach and just remove unnecessary lines for other databases.
    HTH -- Mark D Powell --

  • ITunes store on Linux?

    Is there a way to access the iTunes and/or store from Linux? Whether through a precompiled bin, a possible non-free repo, or even an all out build from source?
    If not through iTunes itself, is there any other media player capable of connecting to the iTunes store and accessing content from it (I've already checked everything in the squeeze/wheezy/unstable main contrib non-free repos)?
    Or am I SOL?

    I'm looking for the same thing I know rhythm box can handle itms:// protocol but apples using mostly itmss:// now

  • Renewing Flash Access Certs when a HSM is used

    Hi
    our operations team came across a potential problem in the process of renewing Flash Access certs for
    When a HSM is not used: old certs are referenced in the FA config file so that they can be used to decrypt content that has been encrypted with the old certs. We have done this in the past and works fine.
    When a HSM IS used: the FA config file needs to be able to reference old certs stored on the HSM. It looks like the FA application is unable to do this. It is not possible to remove the private key from the HSM and so it is not an option to store the old certs locally on the license server (not that we would want to do that anyway).
    I’m not sure if it’s an option to point FA to the HSM to look for the certs. Any ideas how this can be done?
    thanks

    Hi DeclanK,
    Take a look at the flashaccess-refimpl.properties file.  The bottom of it should have all sorts of HSM-only configuration settings that you can modify to suit your needs.  You'll see that there are several additional server certificates (ServerCredential.Alias.1=, etc...) that you can set for your license server.  This is where your older certificates go.
    HOWEVER, please note that your license server will not work unless you also have a non-expired certificate set (ServerCredential.Alias=).
    cheers,
    /Eric.
    # HSM Properties #
    # Enables or disables the packager use of HSM. If this is set to true, then set up all the HSM related properties.
    RefImpl.HSM.Enabled=false
    # Full path of configuration file name passed to sun.security.pkcs11.SunPKCS11(configFile)
    RefImpl.SunPKCS11.ConfigFileName=[pkcs11-filename.cfg]
    # HSM partition password ** See note above regarding passwords **
    #RefImpl.HSM.PartitionPWD=[your-hardware-password]
    # Alias of Adobe-issued server transport credential (certificate and private key) stored on HSM
    # When HSM is enabled, use this property instead of HandlerConfiguration.ServerTransportCredential and
    # HandlerConfiguration.ServerTransportCredential.password
    #RefImpl.HSM.HandlerConfiguration.ServerTransportCredential.Alias=[transport_cert_alias]
    # Aliases of additional Adobe-issued server transport credentials (certificate and private key) stored on HSM
    # When HSM is enabled, use this property instead of HandlerConfiguration.AdditionalServerTransportCredential.n and
    # HandlerConfiguration.AdditionalServerTransportCredential.n.password
    #RefImpl.HSM.HandlerConfiguration.AdditionalServerTransportCredential.Alias.1=[transport_c ert_alias]
    #RefImpl.HSM.HandlerConfiguration.AdditionalServerTransportCredential.Alias.2=[transport_c ert_alias]
    # Aliases of authorized Domain CA certificates stored on HSM
    # When HSM is enabled, use this property instead of HandlerConfiguration.DomainCAs.n
    #RefImpl.HSM.HandlerConfiguration.DomainCAs.Alias.1=[domain_ca_cert_alias]
    #RefImpl.HSM.HandlerConfiguration.DomainCAs.Alias.2=[domain_ca_cert_alias]
    # Alias of Adobe-issued license server certificate stored on HSM
    # Used to verify validity of Machine Revocation List
    # When HSM is enabled, use this property instead of RevocationList.verifySignature.X509Certificate
    #RefImpl.HSM.RevocationList.verifySignature.X509Certificate.Alias=[license_server_cert_ali as]
    # Alias of Adobe-issued license server credential (certificate and private key) stored on HSM
    # When HSM is enabled, use this property instead of LicenseHandler.ServerCredential and
    # LicenseHandler.ServerCredential.password
    #RefImpl.HSM.LicenseHandler.ServerCredential.Alias=[license_server_cert_alias]
    # Aliases of additional Adobe-issued license server credentials (certificate and private key) stored on HSM
    # When HSM is enabled, use this property instead of AsymmetricKeyRetrieval.ServerCredential.n and
    # AsymmetricKeyRetrieval.ServerCredential.n.password
    #RefImpl.HSM.AsymmetricKeyRetrieval.ServerCredential.Alias.1=[license_server_cert_alias]
    #RefImpl.HSM.AsymmetricKeyRetrieval.ServerCredential.Alias.2=[license_server_cert_alias]
    # Alias of Adobe-issued domain CA credential (certificate and private key) stored on HSM
    # When HSM is enabled, use this property instead of DomainRegistrationHandler.ServerCredential and
    # DomainRegistrationHandler.ServerCredential.password
    #RefImpl.HSM.DomainRegistrationHandler.ServerCredential.Alias=[domain_ca_cert_alias]
    # Alias of Adobe-issued Packager credential (certificate and private key) stored on HSM
    # This parameter is used when converting FMRMS 1.x metadata to Adobe Access format.
    # When HSM is enabled, use this property instead of MetaDataConverter.SignatureParameters.ServerCredential
    # and MetaDataConverter.SignatureParameters.ServerCredential.password
    #RefImpl.HSM.MetaDataConverter.SignatureParameters.ServerCredential.Alias=[packager_cert_a lias]
    # Alias of Adobe-issued License Server Certificate stored on HSM
    # When HSM is enabled, use this property instead of V2KeyParameters.KeyOptions.AsymmetricKeyOptions.Certificate
    #RefImpl.HSM.V2KeyParameters.KeyOptions.AsymmetricKeyOptions.Certificate.Alias=[license_se rver_cert_alias]
    # Alias of Adobe-issued server transport certificate stored on HSM
    # When HSM is enabled, use this property instead of V2KeyParameters.LicenseServerTransportCertificate
    #RefImpl.HSM.V2KeyParameters.LicenseServerTransportCertificate.Alias=[transport_cert_alias ]
    # Alias of Key Server's Adobe-issued license server certificate stored on HSM
    # When HSM is enabled, use this property instead of HandlerConfiguration.KeyServerCertificate
    #RefImpl.HSM.HandlerConfiguration.KeyServerCertificate.Alias=key_server_cert_alias

  • I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    In iTunes prefs>Store - is the Store check box unchecked?
    Did you repair pemissions with Disk Utility?
    MJ

  • Error while accessing secure store

    Hi Team,
    We are on EP 7.0 on SQL server 2005 . Iam facing one problem , in sometimemy IRJ pOrtal site stops giving error " Java iView Runtime " .At this time what happens that in my usr/sap drive , the sap folder is not shown as shared its share goes away and that time when i connect to visual admin tool the authentication fails and that time config tool gives error
    #1.5#00188B417A01007E0160B338000008FC00045DE876A4C303#1229152911187#com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl##com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl#Guest#2####f168def0c8c411dd9a2100188b417a01#SAPEngine_Application_Thread[impl:3]_29##0#0#Error##Plain###ManagedConnectionFactoryImpl.createManagedConnection(): SQLException occured while creating ManagedConnection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    musaprd
    sapmnt
    PWC
    SYS
    global
    security
    data
    SecStore.properties" does not exist although it should..#
    #1.5#00188B417A010085015AAAF5000008FC00045DE876A4C207#1229152911187#com.sap.sql.connect.OpenSQLDataSourceImpl##com.sap.sql.connect.OpenSQLDataSourceImpl#Guest#2####09e36ed0c8c711dd93b200188b417a01#SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Database/sql/connect#Java#com.sap.sql_0019##Exception of type com.sap.sql.log.OpenSQLException caught: Error while accessing secure store: File
    When i check in this path SecStore.properties is there , also i have checked the permissions .....................please revert the reason of this error  . 
    Main part of this all is that after taking a reboot everything becomes fine , this happens every few days .
    Please revert to this .
    Regards,
    Somya

    Hi,
    This error crops up when the the folder usr/sap folder sharing is lost .  We  have recently faced this problem this is Windows OS level problem you can ask your OS admin. Applying a security patch will do.
    Regards,
    Vamshi.

  • Error while accessing secure store: File "SecStore.properties" does not exi

    Hi ,
    I have a java desktop application, and i am trying to get a connection from a datasource deployed on one SAP AS Java, I can get the datasource succsfullly but when i try to get a connection from the DS, it throughs this exception, I put the secstore..properties file in the classpath even after that it is not happy,
    any solution/hint/light please!!!!
    com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "SecStore.properties" does not exist although it should..
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
         at com.sap.customcode.ConflictingActionFixture.(ConflictingActionFixture.java:53)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at fit.FixtureClass.newInstance(Unknown Source)
         at fit.FixtureLoader.instantiateFixture(Unknown Source)
         at fit.FixtureLoader.instantiateFirstValidFixtureClass(Unknown Source)
         at fit.FixtureLoader.disgraceThenLoad(Unknown Source)
         at fit.Fixture.loadFixture(Unknown Source)
         at fit.Fixture.getLinkedFixtureWithArgs(Unknown Source)
         at fit.Fixture.doTables(Unknown Source)
         at fit.FitServer.process(Unknown Source)
         at fit.FitServer.run(Unknown Source)
         at fit.FitServer.main(Unknown Source)
    Caused by: com.sap.security.core.server.secstorefs.FileMissingException: File "SecStore.properties" does not exist although it should.
         at com.sap.security.core.server.secstorefs.StorageHandler.openExistingStore(StorageHandler.java:372)
         at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1946)
         at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
         at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
         ... 18 more
    caused by

    the SecStore.key file was not there, I changed the passwd and checked the 'Encryption' on, after that my sever instance is not starting.
    Any idea?
    -Puneet

  • Hi unable to access itune store on my itunes app all my purchased songs are there

    I am unable to access the store I have credit and I can access my account history but unable to connect with store to purchase more songs

    Hello, rarehope.  
    Thank you for visiting Apple Support Communities. 
    I would need more information regarding exact error messages received or exactly what issue your are experiencing in order to better assist you.  However, here is an article that will help you troubleshoot issues downloading media from the iTunes Store.  
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    Jason H. 

  • Why isn't my iTunes store loading properly? It lists everything in text without images, and I can't seem to access the store when I try to search for music or movies etc.

    Why isn't my iTunes store loading properly? It lists everything in text without images, and I can't seem to access the store when I try to search for music or movies etc.

    1) The best way to relocate the iTunes library folder is to move the entire iTunes folder with all subfolders to the new path, then press and hold down shift as start iTunes and keep holding until prompted to choose a library, then browse to the relocated folder and open the file iTunes Library.itl inside it.
    If you've done something different then provide some more details about what is where and I should be able to help.
    2) Purchases on the device should automatically transfer to a Purchased on <DeviceName> playlist, but it my depend a bit on whether automatic iCloud downloads are enabled. If there is a cloudy link then the transfer might not happen. You can use File > Devices > Transfer Purchases. In iTunes you should also check out iTunes Store > Quick Links > Purchased > Music > Not on this computer.
    3) Backup the device, then immediately restore it. In some cases you need to add a restore as new device into that equation. Obbviously not to be attempted until you're sure all your media is in your library. See Recover your iTunes library from your iPod or iOS device should it be needed.
    4) I believe there is complimentary 1 incident 90-day support with hardware purchases, but no free software support for iTunes itself. AppleCare gets you a different level of support.
    tt2

  • I added Gmail to my iTunes store/account.  Now I cannot access the Store and after I enter my Apple Id password it tell me I need to verify my Gmail acct, press ok for details.  Once I press ok, the screen shows my Gmail address and underneath it states m

    I added Gmail to my iTunes store/account.   My gmail account is:  [email protected] and it shows up on the settings in iTunes, and my account.  The problem is I cannot access the store with this ID.  A response says:  You have not verified your ID, press ok to review instructions to verify your ID.
    Reply to this is:  An email has been sent to the address below with a link to verify your Apple ID.  Make sure to check your email and follow the link to complete the creation of your AppleID.
    Beneath my email address:
    Your Email has already been validated successfully.  Thank you.
    Please HELP.
    I am using:
    Windows XP
    Internet Explorer 9
    Norton 360
    iPhone 4
    Google toolbar on my computer.

    Hi Michael,
    Yes it is now resolved but not after I send iTunes a request for help and explaining the problem.  They send a first reply explaining how I needed to verify my account and gave me the link to do that.  You and I know that this did not help, so I replied telling them that this was not working and iTunes did the reset for me.
    You may want to open a help ticket with iTunes help.  That is the only way it works.
    Regards,
    Gloria J Bisson

  • I'm using Tiger 10.4.11, I had to wipe my drive an reload my whole operating  system recently, now my Itunes does not work, it says It's version 4, what the heck is version 4, where can I get a compatible version that works, and accesses the store like I

    I'm using Tiger 10.4.11 and had to wipe my drive and reload my system from the install discs yesterday,
    Now I'm running Itunes version 4!  It won't let me access the store, I've tried everything on the help pages,
    EVERYTHING, I need a older version of Itunes, but not as old as version 4, which, no, it will not upgrade
    automatically for me, it says no upgrade available.  Why does Mac not support older versions of
    its operating systems, why do they make it so hard to find help for those system users other than
    the money of course, but have you seen the stock lately?  They got enough money.

    Yup, your question and Diane's answer helped me also. Tho' I had had problems before getting into the iTunes store I always managed to find a way. Today they had me blocked cold with the "Update to 10" advert no matter what I did. Other questioners are being told, incorrectly as it turns out, that they have to update their OS to accomodate iTunes 10 and upgrade to iTunes 10. I did the download which did not take up much more room on my crowded old hard drive and now I'm back in business.

  • "Accessing iTunes Store" box pops up every time I click on something new on itunes

    When I open itunes it automatically tries to connect to the itunes store but the "connecting to itunes store" status bar keeps popping up even after it has connected.  I'm unable to navigate the itunes store without this status bar popping up.  I've updated to the latest version of itunes (currently version 10.3.1 for mac)  and the same problem occurs.
    I haven't had any luck with the itunes store after uninstalling and reinstalling the software.  I've also tried to "deauthorize this computer" and then "authorize this computer" to try and fix the glitch- but everytime I try and sign into my account I get this message: "This Apple ID has not yet been used with the iTunes Store".  It then takes me to another screen to review my account.  But when I'm brought to the new screen my session times out and I can't review anything.
    I'm going around and around in circles and it's becoming very frustrating.  Does anyone have any other possible solutions???
    I'll give a step by step breakdown of what's happening..
    I open the itunes store.
    Accessing itunes progress bar at the top of the window loads the itunes
    store and after it loads there is still a top window that says
    'accesing itunes store' with a 'stop' button option which stays open
    for aprox. 1 minute after page is loaded.
    I sign in with my account and password.
    A dialouge box appears that says, "This Apple ID has not yet been used
    with the itunes store.  Please review your account information.
    cancel or review option boxes.
    I click review.
    Accessing itunes store progress bar appears in the upper part of the
    window as well as in a seperate window box like before and this box
    stays open after page has loaded like before.
    The window box goes away and the window says, "Welcome to the itunes
    store; To begin creating your apple id click continue".
    I click continue.
    A new window appears and says, "your session has timed out. Try
    again".  option to click a box marked 'done'.
    ...And this takes me back to square one.

    Did you ever resolve the question?
    I have exactly the same complaint and your question has 338 views - which leads me to believe our question is not unique.

  • Itunes will not open after uninstall and re-download, I only get a message itunes match accessing itunes store which goes on for a long time

    I could not open I-tunes.  I had used it a week before but it was spotty and then eventually it would not open at all.   I uninstalled it then downloaded it.  I restarted the computer.  When I tried to open itunes, I got a message "ITunes match. Accessing iTunes store" and it does not go beyond that.  I've tried this process twice.  I had my Norton support service do a tuneup and they downloaded iTunes but it will still not work. help!

    Hello SharlaCerr,
    The article linked below provides some helpful troubleshooting steps that can help get iTunes running on your computer.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Cheers,
    Allen

  • I have a Windows 7 Computer.  When I go into itunes store, it comes up, and I can navigate in it, but a box keeps appearing saying accessing itunes store.  I then get a session timed out, so can't purchase anything.

    I own a Windows 7 computer.  I can get into itunes okay, and I can get into the itunes store okay.  After I am in the store, a box keeps appearing that says "Accessing itunes store".  It goes on and off.  I am able to navigate when the box is not showing.  If I try to download music,  I get to the point where I need to agree to the agreement contract, then says "Session Timed Out."  I have the latest versions of itunes and all my Windows Updates.  What can I do about this?

    I was struggling with this since my latest Itunes update.  Fiirst it would not recognize my IPad as a device, after correcting that, it would list the Ipad in my device but my Sync had no options (summry, info, etc). and it kept saying it was "Accessing Itunes store".  reading your question I suddently tried deleting the itunes task (alt-ctrl, delete, processes) and delete Itunes.  (By the way, I had rebooted my computer several times over the last few days).  I opened up Itunes, and voila. Device is there. No "accessing windows" and my sync has the normal options.
    ****..feels good to actually write an answer rather than writing a questions.
    Eman

  • After upgrading to 11.0.5.5 can't access iTunes store. Temprorarily unavailable all the time.

    After upgrading to 11.0.5.5 can't access iTunes store. Temprorarily unavailable all the time. Nothing helps, tried to flash the DNS. Nothing.....

    Same issue.  I emailed apple and they had me call apple.  Not really any help.  Did all the troubleshooting listed and to have further help diagnosing problems it isn't free.  I explained to the rep that I have seen others having same issues - he didn't know anything about.  This is first time I have had problems.  I can't even purchase song on my PC but can on my iphone.  I just would like to be able to access my account.  Afraid to sign out of itunes in case I can't even get to my library etc. 

Maybe you are looking for

  • User created SQL Agent Job that uses linked server with Windows authentication

    OK, here's what I want to do, but not sure exactly what I need to accomplish it. Environment Windows 2008 Enterprise SQL 2012 Enterprise SQL Server & SQL Agent running under AD account (which has local Windows Administrative privileges...yes, I know.

  • DVD to Ipod Classic

    Hi, i'm sorry i know this has been posted a million times! but, i own a lot of DVD's, and want them over to my Ipod! Isn't there any legal way of doing that, which is free! (buying the movies again is NOT an option) Thanks for all replies. Mathias Br

  • 2 files scenario design

    Hey guys, I have a simple interface where I need to get 2 files from an FTP directory, and then post it in SAP. Once both files are posted, I need to do an RFC call but only once. So the flow will be: FILE1 AND FILE2 --> PI --> FILE1 AND FILE2 IN SAP

  • Unknown error when burning a cd

    every time i try and burn a cd using tunes from my itunes library some time into the burn it gets cancelled and says unknown error occurred 4310. does anybody please know what this means

  • Performance chart -- Database Error Io exception: The Network Adapter

    Hi all, I migrate my grid control repository to a new HOST and a new OMS. Everything went right but on two of our databases if I click on the performance chart the database login screen appears. After I insert he right parameter system try to log on