Using a second signing card with the same sponsor cert
NickName:David Ask DateTime:2015-06-11T06:21:18

Using a second signing card with the same sponsor cert

I have 2 file signing cards with the same "sponsor" (obviously, the actual "signer" is different between the 2). Until quite recently, I've only been using the one but today I tried using the other. I built my application and signed it using the same process I always use and I downloaded both the .out and the .p7s files the same way I always do, but when the download finishes, I get an error message about the signature not matching.

I was pretty sure that you could use 2 different signing cards as long as the sponsor was the same between them. Am I wrong? What am I missing?

For the record:

  • This is for a Vx520
  • My terminal is on the latest OS
  • I have verified that the sponsor certificate name on the terminal's boot up screen matches the sponsor cert name in the signing tool's diagnostics menu
  • My terminal also has VMAC and CommServer, but no other programs on it (besides the one I built and am trying to download and run)

Copyright Notice:Content Author:「David」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/30768310/using-a-second-signing-card-with-the-same-sponsor-cert

More about “Using a second signing card with the same sponsor cert” related questions

Using a second signing card with the same sponsor cert

I have 2 file signing cards with the same "sponsor" (obviously, the actual "signer" is different between the 2). Until quite recently, I've only been using the one but today I tried using the othe...

Show Detail

iText signing PDF using external signature with smart card

I've been toying with iTextSharp 5.5.7 for a while and can't find the right way to make a valid digital signature for PDF from Smart Card - Adobe Reader always says its signed by and unknown and ca...

Show Detail

Digitally signing PDF documents from smart card c#

I am new to the site so please correct me if I do something wrong. I have been trying to digitally sign PDF documents from a smart card (never tried or done it before). So far I haven't had much lu...

Show Detail

Code signing cert disappearing for Microsoft Clickonce app

We have a clickonce app that is deployed on a schedule. The app uses a code signing cert that is in the personal store of the appbuilder account. The certificate is dropping out of the store at see...

Show Detail

ADFS token-signing cert per relying party

Server 2012 R2, if I set up a cert on the encryption tab of a relying party, would that relying party use that cert for token-signing instead of the shared token-signing cert?

Show Detail

Driver signing.Signing Cert does not chain to a Microsoft Root Cert

I'm trying to sign a driver, I have a certificate "Thawte Code Singing CA - G2".I'm doing it this way. signtool sign / v / t http://timestamp.verisign.com/scripts/timstamp.dll / n "CertName" / du w...

Show Detail

What is the OCSP signing cert and key? Who should issue it?

What is the OCSP signing cert and key? Who should issue it? So, if I have this: Example Root Certificate Authority Example Intermediate Certificate Authority *.example.com (any domain) I have set...

Show Detail

PDF Signing With Smart Card

I have to digitally sign PDF from a smart card . The problem is that smart card is at the client and Files are on the server . I have searched a lot but found nothing helpful . Now I want to do it...

Show Detail

External signature on a smart card

I am using a smart card that is signing a SHA-1 hash of a document, and compute a 256 bytes digital signature. I am using the code posted on this question - iText signing PDF using external signa...

Show Detail

UWP: Authenticate user using a smart card

I need to write some UWP functionality that can authenticate a user from a TPM virtual smart card. Ideally I would like to utilize a popup like the one that occurs in the browser that asks you to s...

Show Detail