Lines Matching refs:file
6 openssl-pkcs12 - PKCS#12 file command
79 There are a lot of options the meaning of some depends of whether a PKCS#12 file
80 is being created or parsed. By default a PKCS#12 file is parsed.
81 A PKCS#12 file can be created by using the B<-export> option (see below).
166 Without the B<-export> option this must be PKCS#12 file to be parsed.
177 Output additional information about the PKCS#12 file structure, algorithms
232 This option specifies that a PKCS#12 file will be created rather than
237 This specifies filename to write the PKCS#12 file to. Standard output is used
244 With the B<-export> option this is a file with certificates and a key,
246 The order of credentials in a file doesn't matter but one private key and
248 certificates are present they will also be included in the PKCS#12 output file.
253 If this option is not specified then the input file (B<-in> argument) must
255 If no engine is used, the argument is taken as a file.
261 An input file with extra certificates to be added to the PKCS#12 output
274 certificate is built and included in the PKCS#12 output file.
275 The end entity certificate is the first one read from the B<-in> file
282 An input file of untrusted certificates that may be used
283 for chain building, which is relevant only when a PKCS#12 file is created
292 name is typically displayed in list boxes by software importing the file.
354 down. The MAC is used to check the file integrity but since it will normally
361 this reduces the file security you should not use these options unless you
382 used. For PKCS#12 file parsing only B<-in> and B<-out> need to be used
383 for PKCS#12 file creation B<-export> and B<-name> are also used.
390 certificate might assume that the first certificate in the file is the one
394 certificates are required then they can be output to a separate file using
416 Parse a PKCS#12 file and output it to a PEM file:
418 openssl pkcs12 -in file.p12 -out file.pem
420 Output only client certificates to a file:
422 openssl pkcs12 -in file.p12 -clcerts -out file.pem
426 openssl pkcs12 -in file.p12 -out file.pem -noenc
428 Print some info about a PKCS#12 file:
430 openssl pkcs12 -in file.p12 -info -noout
432 Print some info about a PKCS#12 file in legacy mode:
434 openssl pkcs12 -in file.p12 -info -noout -legacy
436 Create a PKCS#12 file from a PEM file that may contain a key and certificates:
438 openssl pkcs12 -export -in file.pem -out file.p12 -name "My PSE"
442 openssl pkcs12 -export -in file.pem -out file.p12 -name "My PSE" \
445 Export a PKCS#12 file with data from a certificate PEM file and from a further
446 PEM file containing a key, with default algorithms as in the legacy provider:
448 openssl pkcs12 -export -in cert.pem -inkey key.pem -out file.p12 -legacy
454 L<ossl_store-file(7)>
466 this file except in compliance with the License. You can obtain a copy
467 in the file LICENSE in the source distribution or at