Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User nkn_bungle's Avatar
    Join Date
    Mar 2003
    Posts
    12
    How do I get a CA certificate into my Nokia handset?

  2. #2
    Registered User Gilligan's Avatar
    Join Date
    Mar 2003
    Posts
    31
    A CA certificate is downloaded from a WML page (example given below). When the handset receives a special MIME-type (for WTLS CA certificates, this is "application/vnd.wap.wtls-ca-certificate&quot the handset stores the certificate until the user exits the browser. Once the user has exited the browser, the user has the possibility to see the details (issuer, owner, validity period, etc.), verify the finger print, and possibly store the certificate if (s)he can accept it based on the information provided in the display.

    One the server side, it is important that the server is configured to hand out certificates with the correct MIME type. For example, if CA certificates are stored with suffix .cer, then the server should be configured to automatically associate this file suffix witht the "application/vnd.wap.wtls-ca-certificate" MIME-type.
    An example of a WML certificate download page:

    <?xml version="1.0"?>

    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">

    <wml>
    <card id="Certs" title="Cert Download">
    <p>Download Certificate

    <anchor>Main Page<go href="main.wml"/></anchor>
    <anchor>A CA Certificate<go href="CACertificate.cer"/></anchor>

    </p>
    </card>
    </wml>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved