Lines Matching full:ca
133 .IX Title "CA.PL 1ossl"
134 .TH CA.PL 1ossl "2023-09-19" "3.0.11" "OpenSSL"
143 \&\fB\s-1CA\s0.pl\fR
148 \&\fB\s-1CA\s0.pl\fR
160 \&\fB\s-1CA\s0.pl\fR \fB\-pkcs12\fR [\fIcertname\fR]
162 \&\fB\s-1CA\s0.pl\fR \fB\-verify\fR \fIcertfile\fR ...
164 \&\fB\s-1CA\s0.pl\fR \fB\-revoke\fR \fIcertfile\fR [\fIreason\fR]
167 The \fB\s-1CA\s0.pl\fR script is a perl script that supplies the relevant command line
178 \&\fB\s-1CA\s0.pl\fR script.
180 Under some environments it may not be possible to run the \fB\s-1CA\s0.pl\fR script
185 \& perl \-S CA.pl
211 Creates a new \s-1CA\s0 hierarchy for use with the \fBca\fR program (or the \fB\-signcert\fR
212 and \fB\-xsign\fR options). The user is prompted to enter the filename of the \s-1CA\s0
214 details of the \s-1CA\s0 will be prompted for. The relevant files and directories
216 Uses \fBopenssl\-req\fR\|(1) and \fBopenssl\-ca\fR\|(1).
224 Create a PKCS#12 file containing the user certificate, private key and \s-1CA\s0
226 file \fInewcert.pem\fR and the \s-1CA\s0 certificate to be in the file \fIdemoCA/cacert.pem\fR,
235 Calls the \fBopenssl\-ca\fR\|(1) command to sign a certificate request. It expects the
243 valid \s-1CA\s0 certificate. This is useful when creating intermediate \s-1CA\s0 from
244 a root \s-1CA.\s0 Extra params are passed to \fBopenssl\-ca\fR\|(1).
249 Extra params are passed to \fBopenssl\-x509\fR\|(1) and \fBopenssl\-ca\fR\|(1).
252 Generate a \s-1CRL.\s0 Executes \fBopenssl\-ca\fR\|(1).
259 Leverages \fBopenssl\-ca\fR\|(1).
262 Verifies certificates against the \s-1CA\s0 certificate for \fIdemoCA\fR. If no
276 Create a \s-1CA\s0 hierarchy:
279 \& CA.pl \-newca
282 Complete certificate creation example: create a \s-1CA,\s0 create a request, sign
286 \& CA.pl \-newca
287 \& CA.pl \-newreq
288 \& CA.pl \-sign
289 \& CA.pl \-pkcs12 "My Test Certificate"
297 configuration option and value to the \fBreq\fR and \fBca\fR commands invoked by
304 \&\fBopenssl\-ca\fR\|(1),