Trouble Installing DigiCert Code Signing Cert

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
joshrizzo
Posts: 2
Last visit: Fri Nov 10, 2023 2:08 pm

Trouble Installing DigiCert Code Signing Cert

Post by joshrizzo »

To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: PowerShell Studio 2019 v5.6.166
32 or 64 bit version of product: 64Bit
Operating system: Windows 10
32 or 64 bit OS: 64Bit

*** Please add details and screenshots as needed below. ***

DO NOT POST LICENSES, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM

Hello,

Have had a code-signing certs for the past few years (renewed every year). When to purchase a new one from DigiCert, following these instructions exactly:

How to make a CSR: https://knowledge.digicert.com/solution/SO29005.html
How to install the cert: https://knowledge.digicert.com/solution/SO29171.html

In the MMC, the certificate is located here:

Certificates (Local Computer)
--> Personal
----> Certificates
------> TheNewCert

But it does not show up as an option in the PowerShell Studio -> Project -> Settings -> Output Settings -> Signing -> Certificate pop up selector.

For kicks, I also put a copy here:

Certificates (Local Computer)
--> Trusted Root Certificate Authorities
----> Certificates
------> TheNewCert

Note that all of my previous, expired certs do show in the PSS list. The new one does not.

Properties on the new cert show:
Valid from 2/5/2020 to 2/10/2021
You have a private key that corresponds to this certificate
Signature algorithm: sha256RSA
Signature has algorithm: sha256
Enable all purposes for this certificate <- Checked

I have rebooted a few times...

Any suggestions?
User avatar
brittneyr
Site Admin
Posts: 1655
Last visit: Thu Mar 28, 2024 1:00 pm
Answers: 39
Been upvoted: 30 times

Re: Trouble Installing DigiCert Code Signing Cert

Post by brittneyr »

The list that is shown in Settings is your certificate store, which is a Windows dialog that shows your trusted certificates.

Are you able to find your certificate in PowerShell using the following cmdlet:

Code: Select all

Get-Certificate
You may also find the following information useful:
https://docs.microsoft.com/en-us/window ... cate-store
Brittney
SAPIEN Technologies, Inc.
This topic is 4 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.