Latest update.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
=head1 NAME
|
||||
|
||||
openssl-x509 - Certificate display and signing utility
|
||||
openssl-x509 - Certificate display and signing command
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
@@ -71,6 +71,7 @@ B<openssl> B<x509>
|
||||
[B<-extfile> I<filename>]
|
||||
[B<-extensions> I<section>]
|
||||
[B<-sigopt> I<nm>:I<v>]
|
||||
[B<-vfyopt> I<nm>:I<v>]
|
||||
[B<-preserve_dates>]
|
||||
{- $OpenSSL::safe::opt_name_synopsis -}
|
||||
{- $OpenSSL::safe::opt_r_synopsis -}
|
||||
@@ -81,7 +82,7 @@ B<openssl> B<x509>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This command is a multi purpose certificate utility. It can
|
||||
This command is a multi-purposes certificate command. It can
|
||||
be used to display certificate information, convert certificates to
|
||||
various forms, sign certificate requests like a "mini CA" or edit
|
||||
certificate trust settings.
|
||||
@@ -371,7 +372,12 @@ for testing.
|
||||
|
||||
=item B<-sigopt> I<nm>:I<v>
|
||||
|
||||
Pass options to the signature algorithm during sign or verify operations.
|
||||
Pass options to the signature algorithm during sign operations.
|
||||
Names and values of these options are algorithm-specific.
|
||||
|
||||
=item B<-vfyopt> I<nm>:I<v>
|
||||
|
||||
Pass options to the signature algorithm during verify operations.
|
||||
Names and values of these options are algorithm-specific.
|
||||
|
||||
=item B<-passin> I<arg>
|
||||
|
||||
Reference in New Issue
Block a user