How do you ask MS to update the SSIS Exe package that has an expired Certificate?

Gavin Peters 0 Reputation points
2025-01-14T01:34:15.8666667+00:00

The Current version of SSIS 4.6 comes digitally signed with a certificate that expired in Nov 2024. Does anyone know the correct way to get this information to someone who can do something about it?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,628 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 39,496 Reputation points
    2025-01-14T02:39:38.34+00:00

    Hi Gavin Peters

    Before you can sign an Integration Services package, you must do the following tasks:

    • Create or obtain a private key to associate with the certificate, and store this private key on the local computer.
    • Obtain a certificate for the purpose of code signing from a trusted certification authority. You can use one of the following methods to obtain or create a certificate:
      • Obtain a certificate from a public, commercial certification authority that issues certificates.
      • Obtain a certificate from a certificate server, that enables an organization to internally issue certificates. You have to add the root certificate that is used to sign the certificate to the Trusted Root Certification Authorities store. To add the root certificate, you can use the Certificates snap-in for the Microsoft Management Console (MMC). For more information, see the topic, "Certificate Services," in the MSDN library.
      • Create your own certificate for testing purposes only. The PowerShell command New-SelfSignedCertificate can creating a new self-signed certificate with secure hash algorithm for testing purpose.

    Details please refer to Identify the Source of Packages with Digital Signatures

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.