Symbian3/SDK/Source/GUID-1747534D-063A-45B0-8636-E7767F984BB0.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE task
       
    11   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
       
    12 <task id="GUID-1747534D-063A-45B0-8636-E7767F984BB0" xml:lang="en"><title>Generating
       
    13 a Certificate Request</title><prolog><metadata><keywords/></metadata></prolog><taskbody>
       
    14 <prereq><p>Create a private key and a self signed certificate as explained
       
    15 in the <xref href="GUID-55A6DA94-FAE6-442D-BBA8-82F92D4C63F2.dita">Creating a Private
       
    16 Key and Self Signed Certificate</xref>. </p></prereq>
       
    17 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-8-1-4-1-1-4-1-4-1-4-1-6-1-2-2">
       
    18 <step id="GUID-F4C2AD1D-476E-4E7E-887F-0678A1F5346F"><cmd>Run MakeKeys at
       
    19 the command prompt using the <codeph>-req</codeph> option.</cmd>
       
    20 <info><p>The following is the syntax: </p><codeblock xml:space="preserve">&gt; makekeys -req [-v] [-password &lt;password&gt;] -dname &lt;distinguished-name-string&gt; &lt;private-key-file&gt; &lt;public-key-cert&gt;&lt;cert-request-file&gt;</codeblock><note type="important">The <codeph>&lt;cert-request-file&gt;</codeph> must specify
       
    21 a name for the output certificate request file with <codeph>.p10</codeph> extension.</note></info>
       
    22 <stepxmp><p>For example, </p><codeblock xml:space="preserve">&gt; makekeys -req -dname "CN=Symbian Foundation Developer O=Symbian Foundation C=GB" HelloWorld.key HelloWorld.cer HelloWorldreq.p10
       
    23 </codeblock><p>Here, the <codeph>-dname</codeph> provides a simple distinguished
       
    24 name string to the MakeKeys tool. <codeph>HelloWorld.key</codeph> is the private
       
    25 key file and <codeph>HelloWorld.cer</codeph> is the public key self-signed
       
    26 certificate file that were created previously using MakeKeys. <codeph>Helloworldreq.p10</codeph> is
       
    27 the name of the output certificate request file. </p></stepxmp>
       
    28 </step>
       
    29 </steps-unordered>
       
    30 </taskbody></task>