Lines Matching +full:input +full:- +full:justification
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
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
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "OPENSSL-PKEY 1ossl"
134 .TH OPENSSL-PKEY 1ossl "2023-09-22" "3.0.11" "OpenSSL"
135 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
140 openssl\-pkey \- public or private key processing command
144 [\fB\-help\fR]
145 [\fB\-engine\fR \fIid\fR]
146 [\fB\-provider\fR \fIname\fR]
147 [\fB\-provider\-path\fR \fIpath\fR]
148 [\fB\-propquery\fR \fIpropq\fR]
149 [\fB\-check\fR]
150 [\fB\-pubcheck\fR]
151 [\fB\-in\fR \fIfilename\fR|\fIuri\fR]
152 [\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR|\fBP12\fR|\fB\s-1ENGINE\s0\fR]
153 [\fB\-passin\fR \fIarg\fR]
154 [\fB\-pubin\fR]
155 [\fB\-out\fR \fIfilename\fR]
156 [\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR]
157 [\fB\-\f(BIcipher\fB\fR]
158 [\fB\-passout\fR \fIarg\fR]
159 [\fB\-traditional\fR]
160 [\fB\-pubout\fR]
161 [\fB\-noout\fR]
162 [\fB\-text\fR]
163 [\fB\-text_pub\fR]
164 [\fB\-ec_conv_form\fR \fIarg\fR]
165 [\fB\-ec_param_enc\fR \fIarg\fR]
174 .IP "\fB\-help\fR" 4
175 .IX Item "-help"
177 .IP "\fB\-engine\fR \fIid\fR" 4
178 .IX Item "-engine id"
181 .IP "\fB\-provider\fR \fIname\fR" 4
182 .IX Item "-provider name"
184 .IP "\fB\-provider\-path\fR \fIpath\fR" 4
185 .IX Item "-provider-path path"
186 .IP "\fB\-propquery\fR \fIpropq\fR" 4
187 .IX Item "-propquery propq"
190 .IP "\fB\-check\fR" 4
191 .IX Item "-check"
194 .IP "\fB\-pubcheck\fR" 4
195 .IX Item "-pubcheck"
198 .SS "Input options"
199 .IX Subsection "Input options"
200 .IP "\fB\-in\fR \fIfilename\fR|\fIuri\fR" 4
201 .IX Item "-in filename|uri"
202 This specifies the input to read a key from
203 or standard input if this option is not specified.
204 If the key input is encrypted and \fB\-passin\fR is not given
206 .IP "\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR|\fBP12\fR|\fB\s-1ENGINE\s0\fR" 4
207 .IX Item "-inform DER|PEM|P12|ENGINE"
208 The key input format; unspecified by default.
209 See \fBopenssl\-format\-options\fR\|(1) for details.
210 .IP "\fB\-passin\fR \fIarg\fR" 4
211 .IX Item "-passin arg"
212 The password source for the key input.
215 see \fBopenssl\-passphrase\-options\fR\|(1).
216 .IP "\fB\-pubin\fR" 4
217 .IX Item "-pubin"
218 By default a private key is read from the input.
222 .IP "\fB\-out\fR \fIfilename\fR" 4
223 .IX Item "-out filename"
226 If any cipher option is set but no \fB\-passout\fR is given
228 The output filename should \fBnot\fR be the same as the input filename.
229 .IP "\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR" 4
230 .IX Item "-outform DER|PEM"
231 The key output format; the default is \fB\s-1PEM\s0\fR.
232 See \fBopenssl\-format\-options\fR\|(1) for details.
233 .IP "\fB\-\f(BIcipher\fB\fR" 4
234 .IX Item "-cipher"
235 Encrypt the \s-1PEM\s0 encoded private key with the supplied cipher. Any algorithm
237 Encryption is not supported for \s-1DER\s0 output.
238 .IP "\fB\-passout\fR \fIarg\fR" 4
239 .IX Item "-passout arg"
243 see \fBopenssl\-passphrase\-options\fR\|(1).
244 .IP "\fB\-traditional\fR" 4
245 .IX Item "-traditional"
247 with the appropriate encryption algorithm (if any). If the \fB\-traditional\fR
249 .IP "\fB\-pubout\fR" 4
250 .IX Item "-pubout"
253 This option is automatically set if the input is a public key.
255 When combined with \fB\-text\fR, this is equivalent to \fB\-text_pub\fR.
256 .IP "\fB\-noout\fR" 4
257 .IX Item "-noout"
259 .IP "\fB\-text\fR" 4
260 .IX Item "-text"
262 (possibly in addition to the \s-1PEM\s0 encoded form).
263 This cannot be combined with encoded output in \s-1DER\s0 format.
264 .IP "\fB\-text_pub\fR" 4
265 .IX Item "-text_pub"
267 This cannot be combined with encoded output in \s-1DER\s0 format.
268 .IP "\fB\-ec_conv_form\fR \fIarg\fR" 4
269 .IX Item "-ec_conv_form arg"
270 This option only applies to elliptic-curve based keys.
278 the preprocessor macro \fB\s-1OPENSSL_EC_BIN_PT_COMP\s0\fR at compile time.
279 .IP "\fB\-ec_param_enc\fR \fIarg\fR" 4
280 .IX Item "-ec_param_enc arg"
285 specified by an \s-1OID,\s0 or \fBexplicit\fR where the ec parameters are
286 explicitly given (see \s-1RFC 3279\s0 for the definition of the
287 \&\s-1EC\s0 parameters structures). The default value is \fBnamed_curve\fR.
288 \&\fBNote\fR the \fBimplicitlyCA\fR alternative, as specified in \s-1RFC 3279,\s0
295 \& openssl pkey \-in key.pem \-out keyout.pem
298 To encrypt a private key using triple \s-1DES:\s0
301 \& openssl pkey \-in key.pem \-des3 \-out keyout.pem
304 To convert a private key from \s-1PEM\s0 to \s-1DER\s0 format:
307 \& openssl pkey \-in key.pem \-outform DER \-out keyout.der
313 \& openssl pkey \-in key.pem \-text \-noout
319 \& openssl pkey \-in key.pem \-text_pub \-noout
325 \& openssl pkey \-in key.pem \-pubout \-out pubkey.pem
328 To change the \s-1EC\s0 parameters encoding to \fBexplicit\fR:
331 \& openssl pkey \-in key.pem \-ec_param_enc explicit \-out keyout.pem
334 To change the \s-1EC\s0 point conversion form to \fBcompressed\fR:
337 \& openssl pkey \-in key.pem \-ec_conv_form compressed \-out keyout.pem
342 \&\fBopenssl\-genpkey\fR\|(1),
343 \&\fBopenssl\-rsa\fR\|(1),
344 \&\fBopenssl\-pkcs8\fR\|(1),
345 \&\fBopenssl\-dsa\fR\|(1),
346 \&\fBopenssl\-genrsa\fR\|(1),
347 \&\fBopenssl\-gendsa\fR\|(1)
350 The \fB\-engine\fR option was deprecated in OpenSSL 3.0.
353 Copyright 2006\-2021 The OpenSSL Project Authors. All Rights Reserved.
357 in the file \s-1LICENSE\s0 in the source distribution or at