Minor format changes.
This commit is contained in:
parent
918a8a16fa
commit
69396b4199
@ -31,7 +31,7 @@ The B<crl> command processes CRL files in DER or PEM format.
|
|||||||
=item B<-inform DER|PEM>
|
=item B<-inform DER|PEM>
|
||||||
|
|
||||||
This specifies the input format. B<DER> format is DER encoded CRL
|
This specifies the input format. B<DER> format is DER encoded CRL
|
||||||
structure.B<PEM> (the default) is a base64 encoded version of
|
structure. B<PEM> (the default) is a base64 encoded version of
|
||||||
the DER form with header and footer lines.
|
the DER form with header and footer lines.
|
||||||
|
|
||||||
=item B<-outform DER|PEM>
|
=item B<-outform DER|PEM>
|
||||||
@ -103,6 +103,8 @@ Output the text form of a DER encoded certificate:
|
|||||||
Ideally it should be possible to create a CRL using appropriate options
|
Ideally it should be possible to create a CRL using appropriate options
|
||||||
and files too.
|
and files too.
|
||||||
|
|
||||||
|
=head1 SEE ALSO
|
||||||
|
|
||||||
crl2pkcs7(1), ca(1), x509(1)
|
crl2pkcs7(1), ca(1), x509(1)
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
=pod
|
=pod
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
dsaparam - DSA parameter manipulation and generation
|
dsaparam - DSA parameter manipulation and generation
|
||||||
|
@ -44,7 +44,7 @@ This specifies the input format. The B<DER> option uses an ASN1 DER encoded
|
|||||||
form compatible with the PKCS#1 RSAPrivateKey or SubjectPublicKeyInfo format.
|
form compatible with the PKCS#1 RSAPrivateKey or SubjectPublicKeyInfo format.
|
||||||
The B<PEM> form is the default format: it consists of the B<DER> format base64
|
The B<PEM> form is the default format: it consists of the B<DER> format base64
|
||||||
encoded with additional header and footer lines. On input PKCS#8 format private
|
encoded with additional header and footer lines. On input PKCS#8 format private
|
||||||
keys are also accepted.The B<NET> form is a format compatible with older Netscape
|
keys are also accepted. The B<NET> form is a format compatible with older Netscape
|
||||||
servers and MS IIS, this uses unsalted RC4 for its encryption. It is not very
|
servers and MS IIS, this uses unsalted RC4 for its encryption. It is not very
|
||||||
secure and so should only be used when necessary.
|
secure and so should only be used when necessary.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user