Can't find 'keys' associated with certificates to create p.12 certificates

Hi there, Hope you can help. Wanting to create p.12 Developer & Distribution Certificates. Have gone through procedure to point of double clicking 'ios_development.cer' and 'ios_distribution.cer' to install into Keychain Access.
I can see that these certicates are there in Keychain Access under System'Certificates'.
However in System'Keys' the relevant keys are not there. And in Login'Keys' there are 4 keys that might be the correct ones: 2 public keys, 2 private keys. BUT they do not have an arrow on the left so I cannot see if the correct certificate is associated with them (as it described in the step by step guide to DPS pg19).
Mac currently on 10.6.8, so I have not yet downloaded X Code. Planning to upgrade system shortly. When I upgrade & install X Code, will I then be able to see correct keys & see the associated certificates together in 'Keys'? Is there anything I have missed? Hope you can help, thank you.

Xcode is most likely unrelated to this issue (although you do need to install an intermediate certificate at some point, either with xcode or individually). If you double-click the .cer file and the twirl-down arrow fails to appear, it usually means the certificate was not imported properly. Try using the Import command in the menu. If that doesn't work, delete and revoke everything you created and try again. For best results, close the Keychain Access utility each time you complete a p12 certificate.

Similar Messages

  • Can't find "key words" with accentuated characters

    Since I have installed Aperture 3, I can't find pictures with a "key word", if the key word contains an accentuated. Otherwise, it works fine. I have verified this many times. For example if I search for the word "érable", Aperture won't find the pictures, but if I search "rable", it will find all the pictures associated to those syllables. I have tried that with many words, with the same result. I also tried to search "erable" (without the acute accent on the "e") and Aperture did not find the pictures.
    Since I use a lot of French accentuated words, this is a big problem.
    Does anybody else have that problem?
    Does somebody have a solution?
    Thanks for helping.

    I was able to replicate the problem on my system, all updates current. The best way to alert Apple is via the link provided right within Aperture. Go to the menu bar item *Aperture > Provide Aperture Feedback*.

  • [ME21] error message : cannot find message associated with key

    Dear all,
    I try to develop an Mobile application using smartSync,
    but when the application running (on client) got an error message :
    Error: 500
    Location: /UPLOAD_TEST/upload_testapp/Menu.do
    Internal Servlet Error:
    javax.servlet.ServletException: cannot find message associated with key : dispatcher.forwardException
    at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:238)
    at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)
    at 0002findex0002ejspindex_jsp_0._jspService(_0002findex_0002ejspindex_jsp_0.java:62)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java)
    note:
    when create this application, I'm using tcode : merep_sbuilder
    Sync type : U01 - Upload using SMAPIs
    Bapi wrapper : MEREP_CONTACT_CREATE
    SAP Mobile Engine 2.1
    and generate .war file using MDK tool
    any one know about this ??
    thanks & regards,

    Hi,
    this error comes up when the destination serlvet throws an exception other than ServletException!
    Its a standard tomcat bug!
    Rgds Thomas
    -->
    http://issues.apache.org/bugzilla/show_bug.cgi?id=19114
    -->From apache.org:
    When a forwarded servlet throws an exception other than ServletException or
    IOException, the thrown exception is lost. This is due to the line:
    throw new ServletException(sm.getString("dispatcher.forwardException", t));
    (found in org/apache/tomcat/facade/RequestDispatcherImpl.java:210)
    the earlier catched t is here not passed into the constructor of
    ServletException but into getString.
    To reproduce construct a servlet that throws an Exception (other than
    ServletException and IOException) and another servlet that forwards to it. You
    will get just a forwardException (if you have the proper locale strings
    installed!) but the originally thrown exception will get lost forever.

  • Where can i find a pdf with the dutch version of the manual for lightroom 6

    where can i find a pdf with the dutch version of the manual for lightroom 6

    I don't think it's available yet.  The English help page has a link to it:
    https://helpx.adobe.com/lightroom/topics.html
    But the equivalent page for Netherlands only links to prior versions:
    Help bij Lightroom | Help bij Lightroom
    Same for DE, FR, ES.  Maybe someone more enlightened knows if they're available somewhere else on Adobe's site.

  • With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution, With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution

    With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution, With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution

    Actually your suggestions are the ones that i have tried. i have seen that you have tried to help others with this issue and the only one that i could find that said they found the problem said that it was an ilife update issue and it fixed it and i have no available updates. i know it has to do with something in photo stream because it happens when i create a new library and it is loading the photos but i get the message before i reach the maximum 1000 photos. so i've tried updating, new library(first backing up photos and then deleting them from iPhoto), reinstalling OSX many times, running disc utilities. I called Apple the first day i had this issue and i was the first person to call them for support with the retina display and i actually had it escalated to a senior advisor and we thought we fixed the problem but we did not. i am pretty fluent in dealing with troubleshooting these type of issues and this is the first time i'm reaching out to the community. i figured now that the retina has been out some time now that there would be an obvious answer to this issue. thanks for the quick reply.
    Bebers5

  • Can't find Centered look with Top Menu

    Can't find Centered look with Top Menu
    In SharePoint 2013 (with O365 subscription), when I go to Site > Change the look I see mainly two types of layouts:
    1. Left aligned with top menu
    2. Centered with left-side menu
    Is this some sort of best practice? I'm trying to find a "look" that is centered (or full screen) with top menu - which seems to be the most common in most cloud CMS'es out there. Is there one in-built?
    I tried modifying the Stylesheet by adding margin:0 auto; to
    .ms-pub-contentLayout class, but that did not make any difference. Any help greatly appreciated!
    PS: After clicking submit on this post in previous attempt few minutes ago I got Internal Server Error.

    Hi, 
    According to your description, my understanding is that you'd like to change the layout as centered with top menu as like below link.
    https://zirlentechnologies-public.sharepoint.com/
    I've done this by editing master page .css file.
    #s4-bodyContainer {
    min-height: 100%;
    padding-bottom: 0px;
    width: 1280px !Important;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    .ms-pub-contentLayout {
    display: table-cell;
    min-width: 1240px !Important;
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.
    Prabhu

  • Dialing into conferencing - "sorry I can't find a meeting with that number" but yet the user has that ID assigned

    via my dial in website 24494 is assigned to the user, but when you try to call it I get  "sorry I can't find a meeting with that number".  I know I can reset the ID and it will work but this is the 3rd user that has had this problem. 
    When I do a debug it shows:
    TL_INFO(TF_PROTOCOL) [2]15F8.1B60::01/24/2013-22:26:51.788.000900a4 (SIPStack,SIPAdminLog::ProtocolRecord::Flush:2387.idx(196))[960327338] $$begin_record
    Trace-Correlation-Id: 960327338
    Instance-Id: 8FB48
    Direction: outgoing;source="local"
    Peer: pool:62367
    Message-Type: response
    SIP/2.0 400 pstnMeetingIdNotFound
    Start-Line: SIP/2.0 400 pstnMeetingIdNotFound
    FROM: <sip:[email protected]:5072;transport=Tls;ms-opaque=84495afe39ba64b7>;epid=405FA20A16;tag=f310578fdf
    To: <sip:[email protected];gruu;opaque=srvr:HomeServer:E1afnHoe-VCvSgUhA7OT6gAA>;tag=2711C94508D01F9EE8A863D02A51E2CC
    CALL-ID: 2cfd68ae1e4449d99f9a9b1bb67f710f
    CSEQ: 541 SERVICE
    Via: SIP/2.0/TLS 192.168.205.70:62367;branch=z9hG4bKd82c74c;ms-received-port=62367;ms-received-cid=9C5F00
    Content-Length: 379
    Content-Type: application/cccp+xml
    ms-diagnostics: 3174;reason="An authoritative conference directory was found, but the given id is not currently assigned.";meeting-id="24494";source="LYAPP"
    Message-Body: <response xmlns="urn:ietf:params:xml:ns:cccp" requestId="7" C3PVersion="1" from="sip:[email protected];gruu;opaque=srvr:HomeServer:E1afnHoe-VCvSgUhA7OT6gAA" to="sip:RtcApplication-67758190-5c3b-4f6c-b236-a14357c5f097@com:5072;transport=Tls;ms-opaque=84495afe39ba64b7"
    code="failure">\n<resolveConference reason="pstnMeetingIdNotFound"/>\n</response>
    $$end_record

    Did you do the migration? If so, you have to renew the conference ID.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I purchased an ipad for my husband in 12/2011 - it was stolen last night and i can't find the receipt with insurance and warranty

    I purchased an ipad for my husband in 12/2011 - it was stolen last night and i can't find the receipt with insurance and warranty.

    The warraty doesn't cover lost or stolen.
    If the iPad was running iOS 7, the thief/finder will not ever be able to use it.
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipadhttp://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/HT5668
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    iCloud: Lost Mode - Lock and Trace
    http://support.apple.com/kb/PH2700
    iCloud: Remotely Erase your device
    http://support.apple.com/kb/PH2701
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.phphttp://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.htmlhttp://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-numberhttp://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
     Cheers, Tom

  • HT4812 I recently fixed my computer and need to reinstall logic pro 9 but I can't find the booklet with my serial number, is there any other way I can get the serial number for logic pro 9 (box)?

    I recently fixed my computer and need to reinstall logic pro 9 but I can't find the booklet with my serial number, is there any other way I can get the serial number for logic pro 9 (box)?

    If you still have the receipt or other proof of purchase, you can ask Apple to send you the serial. Otherwise, bad luck mate.. Good news is, you can now buy Logic Pro 9 from App Store for just 199 USD

  • I can't find the device with the help

    I can't find the device with the help https://myxperia.sonymobile.com/
    I want it to tie to the new mailbox

    You can try google device manager instead.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • TS4006 Can I find my iPod with my iPad?

    Can I find my Ipod with my IPad ?

    Yes, if you enabled "Find my iPhone" in "Settings > iCloud" on your iPod touch and if it is connected to a Wi-Fi spot, then you could track it with your iPad by using the "Find my iPhone" app (https://itunes.apple.com/us/app/find-my-iphone/id376101648?mt=8.)

  • Can you find my ipod with the serial number if it is dead ??

    Can you find an ipod with the serial number if it is offline because it is dead?

    No. It can absolutely not be tracked if off/dead. The serial number cannot be used to track it whether it's on or not.

  • HT4061 How can i find my ipad with the serial number

    How can I find my iPad with serial number

    I had FindMyPhone installed and activated on MY Lost iPad (now with a new "owner") and it NEVER worked EVER!
    There is/was no such thing as FindMyiPad...ONLY FindMyPhone. It WAS installed (I dont own an iPhone) AND activated! I suspect that unless you have 4G device it is worthless. Actually I  know this for a fact!
    AND, I knew that the new "Owner" had gone online (despite FindMyPhone telling me otherwise and NEVER locking my iPad) because Dropbox on my laptop suddenly had new photos that were taken by the new "owner".
    I am now of the mind that Apple does not want us to find our lost or stolen gadgets. They make money off  us when we replace them. Do what I am going to do: BUY USED!
    So sorry, I feel your pain.

  • HT5824 i lost my phone and it is switched off now...how can i find my phone with find my iphone app active thru icloud?? pls help me.

    i lost my phone and it is switched off now...how can i find my phone with find my iphone app active thru icloud?? pls help me.

    Welcome to the Apple Community.
    You can only locate your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.

  • HT201441 can i find my iphone with the phone number or serial number

    can i find my iphone with the phone number or serial number

    You can only locate, lock or erase your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.

Maybe you are looking for