Lines Matching +full:nr +full:- +full:outputs
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\|
65 . nr % 0
66 . nr F 2
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-CRL 1ossl"
134 .TH OPENSSL-CRL 1ossl "2023-09-22" "3.0.11" "OpenSSL"
140 openssl\-crl \- CRL command
144 [\fB\-help\fR]
145 [\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR]
146 [\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR]
147 [\fB\-key\fR \fIfilename\fR]
148 [\fB\-keyform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR|\fBP12\fR]
149 [\fB\-dateopt\fR]
150 [\fB\-text\fR]
151 [\fB\-in\fR \fIfilename\fR]
152 [\fB\-out\fR \fIfilename\fR]
153 [\fB\-gendelta\fR \fIfilename\fR]
154 [\fB\-badsig\fR]
155 [\fB\-verify\fR]
156 [\fB\-noout\fR]
157 [\fB\-hash\fR]
158 [\fB\-hash_old\fR]
159 [\fB\-fingerprint\fR]
160 [\fB\-crlnumber\fR]
161 [\fB\-issuer\fR]
162 [\fB\-lastupdate\fR]
163 [\fB\-nextupdate\fR]
164 [\fB\-nameopt\fR \fIoption\fR]
165 [\fB\-CAfile\fR \fIfile\fR]
166 [\fB\-no\-CAfile\fR]
167 [\fB\-CApath\fR \fIdir\fR]
168 [\fB\-no\-CApath\fR]
169 [\fB\-CAstore\fR \fIuri\fR]
170 [\fB\-no\-CAstore\fR]
171 [\fB\-provider\fR \fIname\fR]
172 [\fB\-provider\-path\fR \fIpath\fR]
173 [\fB\-propquery\fR \fIpropq\fR]
176 This command processes \s-1CRL\s0 files in \s-1DER\s0 or \s-1PEM\s0 format.
179 .IP "\fB\-help\fR" 4
180 .IX Item "-help"
182 .IP "\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR" 4
183 .IX Item "-inform DER|PEM"
184 The \s-1CRL\s0 input format; unspecified by default.
185 See \fBopenssl\-format\-options\fR\|(1) for details.
186 .IP "\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR" 4
187 .IX Item "-outform DER|PEM"
188 The \s-1CRL\s0 output format; the default is \fB\s-1PEM\s0\fR.
189 See \fBopenssl\-format\-options\fR\|(1) for details.
190 .IP "\fB\-key\fR \fIfilename\fR" 4
191 .IX Item "-key filename"
192 The private key to be used to sign the \s-1CRL.\s0
193 .IP "\fB\-keyform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR|\fBP12\fR" 4
194 .IX Item "-keyform DER|PEM|P12"
196 See \fBopenssl\-format\-options\fR\|(1) for details.
197 .IP "\fB\-in\fR \fIfilename\fR" 4
198 .IX Item "-in filename"
201 .IP "\fB\-out\fR \fIfilename\fR" 4
202 .IX Item "-out filename"
205 .IP "\fB\-gendelta\fR \fIfilename\fR" 4
206 .IX Item "-gendelta filename"
207 Output a comparison of the main \s-1CRL\s0 and the one specified here.
208 .IP "\fB\-badsig\fR" 4
209 .IX Item "-badsig"
212 .IP "\fB\-dateopt\fR" 4
213 .IX Item "-dateopt"
216 .IP "\fB\-text\fR" 4
217 .IX Item "-text"
218 Print out the \s-1CRL\s0 in text form.
219 .IP "\fB\-verify\fR" 4
220 .IX Item "-verify"
221 Verify the signature in the \s-1CRL.\s0
222 .IP "\fB\-noout\fR" 4
223 .IX Item "-noout"
224 Don't output the encoded version of the \s-1CRL.\s0
225 .IP "\fB\-fingerprint\fR" 4
226 .IX Item "-fingerprint"
227 Output the fingerprint of the \s-1CRL.\s0
228 .IP "\fB\-crlnumber\fR" 4
229 .IX Item "-crlnumber"
230 Output the number of the \s-1CRL.\s0
231 .IP "\fB\-hash\fR" 4
232 .IX Item "-hash"
235 .IP "\fB\-hash_old\fR" 4
236 .IX Item "-hash_old"
237 Outputs the \*(L"hash\*(R" of the \s-1CRL\s0 issuer name using the older algorithm
239 .IP "\fB\-issuer\fR" 4
240 .IX Item "-issuer"
242 .IP "\fB\-lastupdate\fR" 4
243 .IX Item "-lastupdate"
245 .IP "\fB\-nextupdate\fR" 4
246 .IX Item "-nextupdate"
248 .IP "\fB\-nameopt\fR \fIoption\fR" 4
249 .IX Item "-nameopt option"
251 See \fBopenssl\-namedisplay\-options\fR\|(1) for details.
252 .IP "\fB\-CAfile\fR \fIfile\fR, \fB\-no\-CAfile\fR, \fB\-CApath\fR \fIdir\fR, \fB\-no\-CApath\fR, \…
253 .IX Item "-CAfile file, -no-CAfile, -CApath dir, -no-CApath, -CAstore uri, -no-CAstore"
254 See \*(L"Trusted Certificate Options\*(R" in \fBopenssl\-verification\-options\fR\|(1) for details.
255 .IP "\fB\-provider\fR \fIname\fR" 4
256 .IX Item "-provider name"
258 .IP "\fB\-provider\-path\fR \fIpath\fR" 4
259 .IX Item "-provider-path path"
260 .IP "\fB\-propquery\fR \fIpropq\fR" 4
261 .IX Item "-propquery propq"
266 Convert a \s-1CRL\s0 file from \s-1PEM\s0 to \s-1DER:\s0
269 \& openssl crl \-in crl.pem \-outform DER \-out crl.der
272 Output the text form of a \s-1DER\s0 encoded certificate:
275 \& openssl crl \-in crl.der \-text \-noout
279 Ideally it should be possible to create a \s-1CRL\s0 using appropriate options
284 \&\fBopenssl\-crl2pkcs7\fR\|(1),
285 \&\fBopenssl\-ca\fR\|(1),
286 \&\fBopenssl\-x509\fR\|(1),
287 \&\fBossl_store\-file\fR\|(7)
290 Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved.
294 in the file \s-1LICENSE\s0 in the source distribution or at