genpkey.1 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. .\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)
  2. .\"
  3. .\" Standard preamble:
  4. .\" ========================================================================
  5. .de Sp \" Vertical space (when we can't use .PP)
  6. .if t .sp .5v
  7. .if n .sp
  8. ..
  9. .de Vb \" Begin verbatim text
  10. .ft CW
  11. .nf
  12. .ne \\$1
  13. ..
  14. .de Ve \" End verbatim text
  15. .ft R
  16. .fi
  17. ..
  18. .\" Set up some character translations and predefined strings. \*(-- will
  19. .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
  20. .\" double quote, and \*(R" will give a right double quote. \*(C+ will
  21. .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
  22. .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
  23. .\" nothing in troff, for use with C<>.
  24. .tr \(*W-
  25. .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
  26. .ie n \{\
  27. . ds -- \(*W-
  28. . ds PI pi
  29. . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
  30. . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
  31. . ds L" ""
  32. . ds R" ""
  33. . ds C` ""
  34. . ds C' ""
  35. 'br\}
  36. .el\{\
  37. . ds -- \|\(em\|
  38. . ds PI \(*p
  39. . ds L" ``
  40. . ds R" ''
  41. . ds C`
  42. . ds C'
  43. 'br\}
  44. .\"
  45. .\" Escape single quotes in literal strings from groff's Unicode transform.
  46. .ie \n(.g .ds Aq \(aq
  47. .el .ds Aq '
  48. .\"
  49. .\" If the F register is >0, we'll generate index entries on stderr for
  50. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  51. .\" entries marked with X<> in POD. Of course, you'll have to process the
  52. .\" output yourself in some meaningful fashion.
  53. .\"
  54. .\" Avoid warning from groff about undefined register 'F'.
  55. .de IX
  56. ..
  57. .if !\nF .nr F 0
  58. .if \nF>0 \{\
  59. . de IX
  60. . tm Index:\\$1\t\\n%\t"\\$2"
  61. ..
  62. . if !\nF==2 \{\
  63. . nr % 0
  64. . nr F 2
  65. . \}
  66. .\}
  67. .\"
  68. .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
  69. .\" Fear. Run. Save yourself. No user-serviceable parts.
  70. . \" fudge factors for nroff and troff
  71. .if n \{\
  72. . ds #H 0
  73. . ds #V .8m
  74. . ds #F .3m
  75. . ds #[ \f1
  76. . ds #] \fP
  77. .\}
  78. .if t \{\
  79. . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
  80. . ds #V .6m
  81. . ds #F 0
  82. . ds #[ \&
  83. . ds #] \&
  84. .\}
  85. . \" simple accents for nroff and troff
  86. .if n \{\
  87. . ds ' \&
  88. . ds ` \&
  89. . ds ^ \&
  90. . ds , \&
  91. . ds ~ ~
  92. . ds /
  93. .\}
  94. .if t \{\
  95. . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
  96. . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
  97. . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
  98. . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
  99. . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
  100. . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
  101. .\}
  102. . \" troff and (daisy-wheel) nroff accents
  103. .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
  104. .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
  105. .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
  106. .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
  107. .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
  108. .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
  109. .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
  110. .ds ae a\h'-(\w'a'u*4/10)'e
  111. .ds Ae A\h'-(\w'A'u*4/10)'E
  112. . \" corrections for vroff
  113. .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
  114. .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
  115. . \" for low resolution devices (crt and lpr)
  116. .if \n(.H>23 .if \n(.V>19 \
  117. \{\
  118. . ds : e
  119. . ds 8 ss
  120. . ds o a
  121. . ds d- d\h'-1'\(ga
  122. . ds D- D\h'-1'\(hy
  123. . ds th \o'bp'
  124. . ds Th \o'LP'
  125. . ds ae ae
  126. . ds Ae AE
  127. .\}
  128. .rm #[ #] #H #V #F C
  129. .\" ========================================================================
  130. .\"
  131. .IX Title "GENPKEY 1"
  132. .TH GENPKEY 1 "2019-09-12" "1.0.2g" "OpenSSL"
  133. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  134. .\" way too many mistakes in technical documents.
  135. .if n .ad l
  136. .nh
  137. .SH "NAME"
  138. genpkey \- generate a private key
  139. .SH "SYNOPSIS"
  140. .IX Header "SYNOPSIS"
  141. \&\fBopenssl\fR \fBgenpkey\fR
  142. [\fB\-out filename\fR]
  143. [\fB\-outform PEM|DER\fR]
  144. [\fB\-pass arg\fR]
  145. [\fB\-cipher\fR]
  146. [\fB\-engine id\fR]
  147. [\fB\-paramfile file\fR]
  148. [\fB\-algorithm alg\fR]
  149. [\fB\-pkeyopt opt:value\fR]
  150. [\fB\-genparam\fR]
  151. [\fB\-text\fR]
  152. .SH "DESCRIPTION"
  153. .IX Header "DESCRIPTION"
  154. The \fBgenpkey\fR command generates a private key.
  155. .SH "OPTIONS"
  156. .IX Header "OPTIONS"
  157. .IP "\fB\-out filename\fR" 4
  158. .IX Item "-out filename"
  159. the output filename. If this argument is not specified then standard output is
  160. used.
  161. .IP "\fB\-outform DER|PEM\fR" 4
  162. .IX Item "-outform DER|PEM"
  163. This specifies the output format \s-1DER\s0 or \s-1PEM.\s0
  164. .IP "\fB\-pass arg\fR" 4
  165. .IX Item "-pass arg"
  166. the output file password source. For more information about the format of \fBarg\fR
  167. see the \fB\s-1PASS PHRASE ARGUMENTS\s0\fR section in \fIopenssl\fR\|(1).
  168. .IP "\fB\-cipher\fR" 4
  169. .IX Item "-cipher"
  170. This option encrypts the private key with the supplied cipher. Any algorithm
  171. name accepted by \fIEVP_get_cipherbyname()\fR is acceptable such as \fBdes3\fR.
  172. .IP "\fB\-engine id\fR" 4
  173. .IX Item "-engine id"
  174. specifying an engine (by its unique \fBid\fR string) will cause \fBgenpkey\fR
  175. to attempt to obtain a functional reference to the specified engine,
  176. thus initialising it if needed. The engine will then be set as the default
  177. for all available algorithms. If used this option should precede all other
  178. options.
  179. .IP "\fB\-algorithm alg\fR" 4
  180. .IX Item "-algorithm alg"
  181. public key algorithm to use such as \s-1RSA, DSA\s0 or \s-1DH.\s0 If used this option must
  182. precede any \fB\-pkeyopt\fR options. The options \fB\-paramfile\fR and \fB\-algorithm\fR
  183. are mutually exclusive.
  184. .IP "\fB\-pkeyopt opt:value\fR" 4
  185. .IX Item "-pkeyopt opt:value"
  186. set the public key algorithm option \fBopt\fR to \fBvalue\fR. The precise set of
  187. options supported depends on the public key algorithm used and its
  188. implementation. See \fB\s-1KEY GENERATION OPTIONS\s0\fR below for more details.
  189. .IP "\fB\-genparam\fR" 4
  190. .IX Item "-genparam"
  191. generate a set of parameters instead of a private key. If used this option must
  192. precede and \fB\-algorithm\fR, \fB\-paramfile\fR or \fB\-pkeyopt\fR options.
  193. .IP "\fB\-paramfile filename\fR" 4
  194. .IX Item "-paramfile filename"
  195. Some public key algorithms generate a private key based on a set of parameters.
  196. They can be supplied using this option. If this option is used the public key
  197. algorithm used is determined by the parameters. If used this option must
  198. precede and \fB\-pkeyopt\fR options. The options \fB\-paramfile\fR and \fB\-algorithm\fR
  199. are mutually exclusive.
  200. .IP "\fB\-text\fR" 4
  201. .IX Item "-text"
  202. Print an (unencrypted) text representation of private and public keys and
  203. parameters along with the \s-1PEM\s0 or \s-1DER\s0 structure.
  204. .SH "KEY GENERATION OPTIONS"
  205. .IX Header "KEY GENERATION OPTIONS"
  206. The options supported by each algorith and indeed each implementation of an
  207. algorithm can vary. The options for the OpenSSL implementations are detailed
  208. below.
  209. .SH "RSA KEY GENERATION OPTIONS"
  210. .IX Header "RSA KEY GENERATION OPTIONS"
  211. .IP "\fBrsa_keygen_bits:numbits\fR" 4
  212. .IX Item "rsa_keygen_bits:numbits"
  213. The number of bits in the generated key. If not specified 1024 is used.
  214. .IP "\fBrsa_keygen_pubexp:value\fR" 4
  215. .IX Item "rsa_keygen_pubexp:value"
  216. The \s-1RSA\s0 public exponent value. This can be a large decimal or
  217. hexadecimal value if preceded by \fB0x\fR. Default value is 65537.
  218. .SH "DSA PARAMETER GENERATION OPTIONS"
  219. .IX Header "DSA PARAMETER GENERATION OPTIONS"
  220. .IP "\fBdsa_paramgen_bits:numbits\fR" 4
  221. .IX Item "dsa_paramgen_bits:numbits"
  222. The number of bits in the generated parameters. If not specified 1024 is used.
  223. .SH "DH PARAMETER GENERATION OPTIONS"
  224. .IX Header "DH PARAMETER GENERATION OPTIONS"
  225. .IP "\fBdh_paramgen_prime_len:numbits\fR" 4
  226. .IX Item "dh_paramgen_prime_len:numbits"
  227. The number of bits in the prime parameter \fBp\fR.
  228. .IP "\fBdh_paramgen_generator:value\fR" 4
  229. .IX Item "dh_paramgen_generator:value"
  230. The value to use for the generator \fBg\fR.
  231. .IP "\fBdh_rfc5114:num\fR" 4
  232. .IX Item "dh_rfc5114:num"
  233. If this option is set then the appropriate \s-1RFC5114\s0 parameters are used
  234. instead of generating new parameters. The value \fBnum\fR can take the
  235. values 1, 2 or 3 corresponding to \s-1RFC5114 DH\s0 parameters consisting of
  236. 1024 bit group with 160 bit subgroup, 2048 bit group with 224 bit subgroup
  237. and 2048 bit group with 256 bit subgroup as mentioned in \s-1RFC5114\s0 sections
  238. 2.1, 2.2 and 2.3 respectively.
  239. .SH "EC PARAMETER GENERATION OPTIONS"
  240. .IX Header "EC PARAMETER GENERATION OPTIONS"
  241. .IP "\fBec_paramgen_curve:curve\fR" 4
  242. .IX Item "ec_paramgen_curve:curve"
  243. the \s-1EC\s0 curve to use.
  244. .SH "GOST2001 KEY GENERATION AND PARAMETER OPTIONS"
  245. .IX Header "GOST2001 KEY GENERATION AND PARAMETER OPTIONS"
  246. Gost 2001 support is not enabled by default. To enable this algorithm,
  247. one should load the ccgost engine in the OpenSSL configuration file.
  248. See \s-1README\s0.gost file in the engines/ccgost directiry of the source
  249. distribution for more details.
  250. .PP
  251. Use of a parameter file for the \s-1GOST R 34.10\s0 algorithm is optional.
  252. Parameters can be specified during key generation directly as well as
  253. during generation of parameter file.
  254. .IP "\fBparamset:name\fR" 4
  255. .IX Item "paramset:name"
  256. Specifies \s-1GOST R 34.10\-2001\s0 parameter set according to \s-1RFC 4357.\s0
  257. Parameter set can be specified using abbreviated name, object short name or
  258. numeric \s-1OID.\s0 Following parameter sets are supported:
  259. .Sp
  260. .Vb 7
  261. \& paramset OID Usage
  262. \& A 1.2.643.2.2.35.1 Signature
  263. \& B 1.2.643.2.2.35.2 Signature
  264. \& C 1.2.643.2.2.35.3 Signature
  265. \& XA 1.2.643.2.2.36.0 Key exchange
  266. \& XB 1.2.643.2.2.36.1 Key exchange
  267. \& test 1.2.643.2.2.35.0 Test purposes
  268. .Ve
  269. .SH "NOTES"
  270. .IX Header "NOTES"
  271. The use of the genpkey program is encouraged over the algorithm specific
  272. utilities because additional algorithm options and \s-1ENGINE\s0 provided algorithms
  273. can be used.
  274. .SH "EXAMPLES"
  275. .IX Header "EXAMPLES"
  276. Generate an \s-1RSA\s0 private key using default parameters:
  277. .PP
  278. .Vb 1
  279. \& openssl genpkey \-algorithm RSA \-out key.pem
  280. .Ve
  281. .PP
  282. Encrypt output private key using 128 bit \s-1AES\s0 and the passphrase \*(L"hello\*(R":
  283. .PP
  284. .Vb 1
  285. \& openssl genpkey \-algorithm RSA \-out key.pem \-aes\-128\-cbc \-pass pass:hello
  286. .Ve
  287. .PP
  288. Generate a 2048 bit \s-1RSA\s0 key using 3 as the public exponent:
  289. .PP
  290. .Vb 2
  291. \& openssl genpkey \-algorithm RSA \-out key.pem \-pkeyopt rsa_keygen_bits:2048 \e
  292. \& \-pkeyopt rsa_keygen_pubexp:3
  293. .Ve
  294. .PP
  295. Generate 1024 bit \s-1DSA\s0 parameters:
  296. .PP
  297. .Vb 2
  298. \& openssl genpkey \-genparam \-algorithm DSA \-out dsap.pem \e
  299. \& \-pkeyopt dsa_paramgen_bits:1024
  300. .Ve
  301. .PP
  302. Generate \s-1DSA\s0 key from parameters:
  303. .PP
  304. .Vb 1
  305. \& openssl genpkey \-paramfile dsap.pem \-out dsakey.pem
  306. .Ve
  307. .PP
  308. Generate 1024 bit \s-1DH\s0 parameters:
  309. .PP
  310. .Vb 2
  311. \& openssl genpkey \-genparam \-algorithm DH \-out dhp.pem \e
  312. \& \-pkeyopt dh_paramgen_prime_len:1024
  313. .Ve
  314. .PP
  315. Output \s-1RFC5114 2048\s0 bit \s-1DH\s0 parameters with 224 bit subgroup:
  316. .PP
  317. .Vb 1
  318. \& openssl genpkey \-genparam \-algorithm DH \-out dhp.pem \-pkeyopt dh_rfc5114:2
  319. .Ve
  320. .PP
  321. Generate \s-1DH\s0 key from parameters:
  322. .PP
  323. .Vb 1
  324. \& openssl genpkey \-paramfile dhp.pem \-out dhkey.pem
  325. .Ve