|
3 | 3 | <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
|
4 | 4 | <reference id="euare-usercreatecert">
|
5 | 5 | <title>euare-usercreatecert</title>
|
6 |
| - |
| 6 | + |
7 | 7 | <shortdesc>Creates a signing certificate for a user. This command is not
|
8 | 8 | part of the AWS IAM API.</shortdesc>
|
9 | 9 | <refbody>
|
10 | 10 | <section>
|
11 | 11 | <title>Syntax</title>
|
12 |
| - <codeblock>euare-usercreatecert -u <b>user_name</b></codeblock> |
| 12 | + <codeblock>euare-usercreatecert -u <b>user_name</b> [--out <b>filename</b>] [--keyout <b>filename</b>]</codeblock> |
13 | 13 | </section>
|
14 | 14 | <section>
|
15 | 15 | <title>Options</title>
|
|
28 | 28 | <tbody>
|
29 | 29 | <row>
|
30 | 30 | <entry><codeph>-u, --user-name
|
31 |
| - <i>user_name</i></codeph></entry> |
| 31 | + <i>user_name</i></codeph></entry> |
32 | 32 | <entry>User name </entry>
|
33 | 33 | <entry align="center">Yes</entry>
|
34 |
| - |
| 34 | + |
| 35 | + </row> |
| 36 | + <row> |
| 37 | + <entry><codeph>--out |
| 38 | + <i>filename</i></codeph></entry> |
| 39 | + <entry>Name of file to write the certificate to (default: <codeblock>stdout</codeblock>)</entry> |
| 40 | + <entry align="center">No</entry> |
| 41 | + |
| 42 | + </row> |
| 43 | + <row> |
| 44 | + <entry><codeph>--keyout |
| 45 | + <i>filename</i></codeph></entry> |
| 46 | + <entry>Name of file to write the private to (default: <codeblock>stdout</codeblock>)</entry> |
| 47 | + <entry align="center">No</entry> |
| 48 | + |
35 | 49 | </row>
|
36 | 50 | </tbody>
|
37 | 51 | </tgroup>
|
38 | 52 | </table>
|
39 | 53 | </section>
|
40 |
| - |
| 54 | + |
41 | 55 | <section
|
42 | 56 | conref="../shared/euare-common.dita#euare-common/euare_common_options_with_as-account"/>
|
43 |
| - |
| 57 | + |
44 | 58 | <section>
|
45 | 59 | <title>Output</title>
|
46 | 60 | <ul>
|
|
49 | 63 | <li>Certificate's private key</li>
|
50 | 64 | </ul>
|
51 | 65 | </section>
|
52 |
| - |
| 66 | + |
53 | 67 | <section>
|
54 | 68 | <title>Example</title>
|
55 | 69 | <codeblock>euare-usercreatecert
|
@@ -101,6 +115,6 @@ csCzeUKCU9DOgQKUmwGHsrDxJFpn+BglvX5su/77dilTdh8/lwQFn0MQvligDBcv
|
101 | 115 | 4Ir5SjQApIMIy/R+rf5CWtR91rFn6hfxLwQ0OlXzwyH+9UYFWsQ=
|
102 | 116 | -----END RSA PRIVATE KEY-----</codeblock>
|
103 | 117 | </section>
|
104 |
| - |
| 118 | + |
105 | 119 | </refbody>
|
106 | 120 | </reference>
|
0 commit comments