Deleted Added
full compact
crl.pod (264278) crl.pod (269682)
1=pod
2
3=head1 NAME
4
5crl - CRL utility
6
7=head1 SYNOPSIS
8
9B<openssl> B<crl>
10[B<-inform PEM|DER>]
11[B<-outform PEM|DER>]
12[B<-text>]
13[B<-in filename>]
14[B<-out filename>]
1=pod
2
3=head1 NAME
4
5crl - CRL utility
6
7=head1 SYNOPSIS
8
9B<openssl> B<crl>
10[B<-inform PEM|DER>]
11[B<-outform PEM|DER>]
12[B<-text>]
13[B<-in filename>]
14[B<-out filename>]
15[B<-nameopt option>]
15[B<-noout>]
16[B<-hash>]
17[B<-issuer>]
18[B<-lastupdate>]
19[B<-nextupdate>]
20[B<-CAfile file>]
21[B<-CApath dir>]
22

--- 25 unchanged lines hidden (view full) ---

48
49specifies the output filename to write to or standard output by
50default.
51
52=item B<-text>
53
54print out the CRL in text form.
55
16[B<-noout>]
17[B<-hash>]
18[B<-issuer>]
19[B<-lastupdate>]
20[B<-nextupdate>]
21[B<-CAfile file>]
22[B<-CApath dir>]
23

--- 25 unchanged lines hidden (view full) ---

49
50specifies the output filename to write to or standard output by
51default.
52
53=item B<-text>
54
55print out the CRL in text form.
56
57=item B<-nameopt option>
58
59option which determines how the subject or issuer names are displayed. See
60the description of B<-nameopt> in L<x509(1)|x509(1)>.
61
56=item B<-noout>
57
58don't output the encoded version of the CRL.
59
60=item B<-hash>
61
62output a hash of the issuer name. This can be use to lookup CRLs in
63a directory by issuer name.

--- 59 unchanged lines hidden ---
62=item B<-noout>
63
64don't output the encoded version of the CRL.
65
66=item B<-hash>
67
68output a hash of the issuer name. This can be use to lookup CRLs in
69a directory by issuer name.

--- 59 unchanged lines hidden ---