Lines Matching refs:option

85 A PKCS#12 file can be created by using the B<-export> option (see below).
89 PKCS#12 input are relevant only when the B<-export> option is not given.
95 try using the B<-legacy> option and, if needed, the B<-provider-path> option.
122 always assumes these are the same so this option will render such
136 This option inhibits all credentials output,
150 If the legacy option is not specified, then the legacy provider is not loaded
170 Without the B<-export> option this must be PKCS#12 file to be parsed.
171 For use with the B<-export> option
226 This option is deprecated since OpenSSL 3.0; use B<-noenc> instead.
236 This option specifies that a PKCS#12 file will be created rather than
248 With the B<-export> option this is a file with certificates and a key,
257 If this option is not specified then the input file (B<-in> argument) must
260 If the B<-engine> option is used or the URI has prefix C<org.openssl.engine:>
266 if the B<-export> option is given.
277 If this option is present then the certificate chain of the end entity
282 as well as any untrusted CA certificates given with the B<-untrusted> option.
288 with the B<-export> option and the B<-chain> option is given as well.
300 This specifies the "friendly name" for other certificates. This option may be
320 This option is only interpreted by MSIE and similar MS software. Normally
323 option marks the key for signing only. Signing only keys can be used for
343 the '-legacy' option is used. If '-descert' is used with the '-legacy'
361 This option specifies the iteration count for the encryption key and MAC. The
377 option.
381 This option is included for compatibility with previous versions, it used
386 This option specifies the salt length in bytes for the MAC. The salt length
398 Export pkcs12 file in a format compatible with Java keystore usage. This option
402 trusted certificates and keypairs, use of this option implies the setting of the
403 B<-nokeys> option
420 Using the B<-clcerts> option will solve this problem by only
428 encrypted private keys, then the option B<-keypbe> I<PBE-SHA1-RC2-40> can
486 The B<-engine> option was deprecated in OpenSSL 3.0.
487 The B<-nodes> option was deprecated in OpenSSL 3.0, too; use B<-noenc> instead.