Lines Matching refs:export
46 PKCS#12 output (export) options:
48 [B<-export>]
85 A PKCS#12 file can be created by using the B<-export> option (see below).
86 The PKCS#12 export encryption and MAC options such as B<-certpbe> and B<-iter>
87 and many further options such as B<-chain> are relevant only with B<-export>.
89 PKCS#12 input are relevant only when the B<-export> option is not given.
116 With B<-export>, B<-password> is equivalent to B<-passout>,
170 Without the B<-export> option this must be PKCS#12 file to be parsed.
171 For use with the B<-export> option
172 see the L</PKCS#12 output (export) options> section.
230 =head2 PKCS#12 output (export) options
234 =item B<-export>
248 With the B<-export> option this is a file with certificates and a key,
266 if the B<-export> option is given.
288 with the B<-export> option and the B<-chain> option is given as well.
321 "export grade" software will only allow 512 bit RSA keys to be used for
411 for PKCS#12 file creation B<-export> and B<-name> are also used.
466 openssl pkcs12 -export -in file.pem -out file.p12 -name "My PSE"
470 openssl pkcs12 -export -in file.pem -out file.p12 -name "My PSE" \
476 openssl pkcs12 -export -in cert.pem -inkey key.pem -out file.p12 -legacy