Deleted Added
full compact
crl.pod (325337) crl.pod (340704)
1=pod
2
3=head1 NAME
4
5openssl-crl,
6crl - CRL utility
7
8=head1 SYNOPSIS

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

110=head1 EXAMPLES
111
112Convert a CRL file from PEM to DER:
113
114 openssl crl -in crl.pem -outform DER -out crl.der
115
116Output the text form of a DER encoded certificate:
117
1=pod
2
3=head1 NAME
4
5openssl-crl,
6crl - CRL utility
7
8=head1 SYNOPSIS

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

110=head1 EXAMPLES
111
112Convert a CRL file from PEM to DER:
113
114 openssl crl -in crl.pem -outform DER -out crl.der
115
116Output the text form of a DER encoded certificate:
117
118 openssl crl -in crl.der -text -noout
118 openssl crl -in crl.der -inform DER -text -noout
119
120=head1 BUGS
121
122Ideally it should be possible to create a CRL using appropriate options
123and files too.
124
125=head1 SEE ALSO
126
127L<crl2pkcs7(1)|crl2pkcs7(1)>, L<ca(1)|ca(1)>, L<x509(1)|x509(1)>
128
129=cut
119
120=head1 BUGS
121
122Ideally it should be possible to create a CRL using appropriate options
123and files too.
124
125=head1 SEE ALSO
126
127L<crl2pkcs7(1)|crl2pkcs7(1)>, L<ca(1)|ca(1)>, L<x509(1)|x509(1)>
128
129=cut