Deleted Added
full compact
crl2pkcs7.pod (59191) crl2pkcs7.pod (100936)
1=pod
2
3=head1 NAME
4
5crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates.
6
7=head1 SYNOPSIS
8
1=pod
2
3=head1 NAME
4
5crl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates.
6
7=head1 SYNOPSIS
8
9B B
9B<openssl> B<crl2pkcs7>
10[B<-inform PEM|DER>]
11[B<-outform PEM|DER>]
12[B<-in filename>]
13[B<-out filename>]
10[B<-inform PEM|DER>]
11[B<-outform PEM|DER>]
12[B<-in filename>]
13[B<-out filename>]
14[B<-print_certs>]
14[B<-certfile filename>]
15[B<-nocrl>]
15
16=head1 DESCRIPTION
17
18The B<crl2pkcs7> command takes an optional CRL and one or more
19certificates and converts them into a PKCS#7 degenerate "certificates
20only" structure.
21
22=head1 COMMAND OPTIONS

--- 68 unchanged lines hidden ---
16
17=head1 DESCRIPTION
18
19The B<crl2pkcs7> command takes an optional CRL and one or more
20certificates and converts them into a PKCS#7 degenerate "certificates
21only" structure.
22
23=head1 COMMAND OPTIONS

--- 68 unchanged lines hidden ---