Commit 0634424f authored by Rich Salz's avatar Rich Salz
Browse files

Fix various doc nits.

parent b8a9af68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ and their status.

The options descriptions will be divided into each purpose.

=head1 CA OPTIONS
=head1 COMMAND OPTIONS

=over 4

+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ numerical forms will be available. The B<errstr> utility can be used to
display the meaning of the hex code. The hex code is the hex digits after the
second colon.

=head1 COMMAND OPTIONS

None.

=head1 EXAMPLE

The error code:
+7 −2
Original line number Diff line number Diff line
@@ -95,7 +95,12 @@ The B<ocsp> command performs many common OCSP tasks. It can be used
to print out requests and responses, create requests and send queries
to an OCSP responder and behave like a mini OCSP server itself.

=head1 OCSP CLIENT OPTIONS
=head1 COMMAND OPTIONS

This command operates as either a client or a server.
The options are described below, divided into those two modes.

=head2 OCSP Client Options

=over 4

@@ -288,7 +293,7 @@ digest used by subsequent certificate identifiers.

=back

=head1 OCSP SERVER OPTIONS
=head2 OCSP Server Options

=over 4

+16 −1
Original line number Diff line number Diff line
@@ -350,7 +350,22 @@ RC5 Cipher

=back

=head1 PASS PHRASE ARGUMENTS
=head1 COMMAND OPTIONS

Details of which options are available depend on the specific command.
This section desribes some common options with common behavior.

=head2 Common Options

=over 10

=item B<-help>

Provides a terse summary of all options.

=back

=head2 Pass Phrase Options

Several commands accept password arguments, typically using B<-passin>
and B<-passout> for input and output passwords respectively. These allow
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ master key) in human readable format. Since this is a diagnostic tool that
needs some knowledge of the SSL protocol to use properly, most users will
not need to use it.

=head1 COMMAND OPTIONS

=over 4

=item B<-help>
Loading