Lines Matching refs:signer
23 [B<-signer> I<file>]
200 When signing a message, the signer's certificate is normally included.
238 signer certificates and will be used for chain building.
242 =item B<-signer> I<file>
245 used multiple times if more than one signer is required. If a message is being
259 the B<-recip> or B<-signer> file. When signing this option can be used
311 This version of the program only allows one signer per message but it
321 signer. This means that attributes must be present in at least one existing
322 signer using the same message digest or this operation will fail.
370 -signer mycert.pem
375 -signer mycert.pem
381 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
386 -signer mycert.pem -signer othercert.pem
390 openssl smime -sign -in in.txt -text -signer mycert.pem \
394 Verify a message and extract the signer's certificate if successful:
396 openssl smime -verify -in mail.msg -signer user.pem -out signedtext.txt
406 openssl smime -sign -in ml.txt -signer my.pem -text \
438 Add a signer to an existing message:
440 openssl smime -resign -in mail.msg -signer newsign.pem -out mail2.msg
447 The code currently will only write out the signer's certificate to a file: if
448 the signer has a separate encryption certificate this must be manually
460 No revocation checking is done on the signer's certificate.
473 The use of multiple B<-signer> options and the B<-resign> command were first