Lines Matching refs:signer
23 [B<-signer> I<file>]
198 When signing a message, the signer's certificate is normally included.
239 =item B<-signer> I<file>
242 used multiple times if more than one signer is required. If a message is being
256 the B<-recip> or B<-signer> file. When signing this option can be used
308 This version of the program only allows one signer per message but it
318 signer. This means that attributes must be present in at least one existing
319 signer using the same message digest or this operation will fail.
367 -signer mycert.pem
372 -signer mycert.pem
378 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
383 -signer mycert.pem -signer othercert.pem
387 openssl smime -sign -in in.txt -text -signer mycert.pem \
391 Verify a message and extract the signer's certificate if successful:
393 openssl smime -verify -in mail.msg -signer user.pem -out signedtext.txt
403 openssl smime -sign -in ml.txt -signer my.pem -text \
435 Add a signer to an existing message:
437 openssl smime -resign -in mail.msg -signer newsign.pem -out mail2.msg
444 The code currently will only write out the signer's certificate to a file: if
445 the signer has a separate encryption certificate this must be manually
457 No revocation checking is done on the signer's certificate.
468 The use of multiple B<-signer> options and the B<-resign> command were first