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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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,
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.
Thanks santi for the info. Do you have an email where I can reach you ?