12 <task id="GUID-1747534D-063A-45B0-8636-E7767F984BB0" xml:lang="en"><title>Generating |
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> |
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 |
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 |
15 in the <xref href="GUID-55A6DA94-FAE6-442D-BBA8-82F92D4C63F2.dita">Creating a Private |
16 Key and Self Signed Certificate</xref>. </p></prereq> |
16 Key and Self Signed Certificate</xref>. </p></prereq> |
17 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-10-1-4-1-1-5-1-4-1-4-1-6-1-2-2"> |
17 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-12-1-5-1-1-5-1-4-1-4-1-6-1-2-2"> |
18 <step id="GUID-F4C2AD1D-476E-4E7E-887F-0678A1F5346F"><cmd>Run MakeKeys at |
18 <step id="GUID-F4C2AD1D-476E-4E7E-887F-0678A1F5346F"><cmd>Run MakeKeys at |
19 the command prompt using the <codeph>-req</codeph> option.</cmd> |
19 the command prompt using the <codeph>-req</codeph> option.</cmd> |
20 <info><p>The following is the syntax: </p><codeblock xml:space="preserve">> makekeys -req [-v] [-password <password>] -dname <distinguished-name-string> <private-key-file> <public-key-cert><cert-request-file></codeblock><note type="important">The <codeph><cert-request-file></codeph> must specify |
20 <info><p>The following is the syntax: </p><codeblock xml:space="preserve">> makekeys -req [-v] [-password <password>] -dname <distinguished-name-string> <private-key-file> <public-key-cert><cert-request-file></codeblock><note type="important">The <codeph><cert-request-file></codeph> must specify |
21 a name for the output certificate request file with <codeph>.p10</codeph> extension.</note></info> |
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">> makekeys -req -dname "CN=Symbian Foundation Developer O=Symbian Foundation C=GB" HelloWorld.key HelloWorld.cer HelloWorldreq.p10 |
22 <stepxmp><p>For example, </p><codeblock xml:space="preserve">> makekeys -req -dname "CN=Symbian Foundation Developer O=Symbian Foundation C=GB" HelloWorld.key HelloWorld.cer HelloWorldreq.p10 |