Discussion:
Can't get code signing to work with SSIS Package
(too old to reply)
Todd Beaulieu
2009-10-09 18:54:01 UTC
Permalink
Hello,

I'm trying to get dtutil to sign a package. It reports no error, but I see
no difference in the package when I open it in a text editor. Also, when I
then try to validate it with /verifysign, it says it's not signed. arg!

Here is what I'm doing, with the package path/name changed.

dtutil.exe /QUIET /FILE "C:\test.dtsx" /SIGN
FILE;"C:\test.dtsx";a2a6d15e38cadc6f950201d53f165edffcd37cc5"

dtexec /FILE "C:\test.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF
/REPORTING EW /va /verifysigned

Thank you!
Todd Beaulieu
2009-10-09 18:56:03 UTC
Permalink
I should also mention that, if I change the hash, it reports that the cert
can't be found, so I "know" that part's working.

Loading...