Hi all,
I’m trying to find a service on Integration Server that is equivalent to the openssl command :
openssl dgst -sha1 -sign /tmp/douane1.p12 -keyform P12 -out /tmp/signature1.sig /tmp/document1.xml
I’ve tried with pub.security.pkcs7:sign and pub.security.xml:signXML
But none of them generate what I need.
Anybody had the same need ?
Thanks for the help.
regards