F
fvanleeu
Guest
Sorry, not a native solution but we use OPENSSL through an os-command for this: openssl.exe dgst -sha1 -sign "certificateFile" -passin pass:certificatePassword -out "sha1File" "fileToSign" 2> "erroutputFile" If you need more information let me know.
Continue reading...
Continue reading...