Deleted Added
full compact
ca.pod (68651) ca.pod (89837)
1
2=pod
3
4=head1 NAME
5
6ca - sample minimal CA application
7
8=head1 SYNOPSIS

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

49=head1 CA OPTIONS
50
51=over 4
52
53=item B<-config filename>
54
55specifies the configuration file to use.
56
1
2=pod
3
4=head1 NAME
5
6ca - sample minimal CA application
7
8=head1 SYNOPSIS

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

49=head1 CA OPTIONS
50
51=over 4
52
53=item B<-config filename>
54
55specifies the configuration file to use.
56
57=item B<-name section>
58
59specifies the configuration file section to use (overrides
60B<default_ca> in the B<ca> section).
61
57=item B<-in filename>
58
59an input filename containing a single certificate request to be
60signed by the CA.
61
62=item B<-ss_cert filename>
63
64a single self signed certificate to be signed by the CA.

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

197empty) then a V2 CRL is created. The CRL extensions specified are
198CRL extensions and B<not> CRL entry extensions. It should be noted
199that some software (for example Netscape) can't handle V2 CRLs.
200
201=back
202
203=head1 CONFIGURATION FILE OPTIONS
204
62=item B<-in filename>
63
64an input filename containing a single certificate request to be
65signed by the CA.
66
67=item B<-ss_cert filename>
68
69a single self signed certificate to be signed by the CA.

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

202empty) then a V2 CRL is created. The CRL extensions specified are
203CRL extensions and B<not> CRL entry extensions. It should be noted
204that some software (for example Netscape) can't handle V2 CRLs.
205
206=back
207
208=head1 CONFIGURATION FILE OPTIONS
209
205The options for B<ca> are contained in the B<ca> section of the
206configuration file. Many of these are identical to command line
210The section of the configuration file containing options for B<ca>
211is found as follows: If the B<-name> command line option is used,
212then it names the section to be used. Otherwise the section to
213be used must be named in the B<default_ca> option of the B<ca> section
214of the configuration file (or in the default section of the
215configuration file). Besides B<default_ca>, the following options are
216read directly from the B<ca> section:
217 RANDFILE
218 preserve
219 msie_hack
220With the exception of B<RANDFILE>, this is probably a bug and may
221change in future releases.
222
223Many of the configuration file options are identical to command line
207options. Where the option is present in the configuration file
208and the command line the command line value is used. Where an
209option is described as mandatory then it must be present in
210the configuration file or the command line equivalent (if
211any) used.
212
213=over 4
214

--- 274 unchanged lines hidden ---
224options. Where the option is present in the configuration file
225and the command line the command line value is used. Where an
226option is described as mandatory then it must be present in
227the configuration file or the command line equivalent (if
228any) used.
229
230=over 4
231

--- 274 unchanged lines hidden ---