Menu

signer Stage use case

Help
2004-06-29
2004-07-01
  • Esteban Capoccetti

    Does someone use the Signer Stage type ?; I'm looking for a xml pipeline example. Could you please post here one pipeline that uses a Signer Stage?

    Thanks all of you, Esteban,

     
    • Santiago Begué

      Santiago Begué - 2004-07-01

      not in xml but running...
      signaDoc.stageType=Signer
      signaDoc.nextStage=writeDocCorreos
      signaDoc.tracked=true
      signaDoc.ignored=false
      signaDoc.operation=sign
      signaDoc.signatureAttribute=signatura
      signaDoc.signatureFile=${document.get("pdfFileLocation")}/${document.get("idFile")}.p7s
      signaDoc.algorithm=DSA
      signaDoc.keyAlias=burofaxadm
      signaDoc.keyStorePass=netcobber
      signaDoc.keyPassword=netcobber
      signaDoc.keyStoreFile=/home/burofax/.keystore

      I'm using this for sign pdf documents attached in a mail.
      Previous, I've created the .keystore file with keytool utility.

       
    • Esteban Capoccetti

      Thanks santi for the info. Do you have an email where I can reach you ?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.