Lines Matching refs:CA
5 CA.pl - friendlier interface for OpenSSL certificate programs
9 B<CA.pl>
14 B<CA.pl>
26 B<CA.pl> B<-pkcs12> [I<certname>]
28 B<CA.pl> B<-verify> I<certfile> ...
30 B<CA.pl> B<-revoke> I<certfile> [I<reason>]
34 The B<CA.pl> script is a perl script that supplies the relevant command line
45 B<CA.pl> script.
47 Under some environments it may not be possible to run the B<CA.pl> script
51 perl -S CA.pl
83 Creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert>
84 and B<-xsign> options). The user is prompted to enter the filename of the CA
86 details of the CA will be prompted for. The relevant files and directories
97 Create a PKCS#12 file containing the user certificate, private key and CA
99 file F<newcert.pem> and the CA certificate to be in the file F<demoCA/cacert.pem>,
118 valid CA certificate. This is useful when creating intermediate CA from
119 a root CA. Extra params are passed to L<openssl-ca(1)>.
141 Verifies certificates against the CA certificate for F<demoCA>. If no
159 Create a CA hierarchy:
161 CA.pl -newca
163 Complete certificate creation example: create a CA, create a request, sign
166 CA.pl -newca
167 CA.pl -newreq
168 CA.pl -sign
169 CA.pl -pkcs12 "My Test Certificate"