A certificate which uses a digital signature to bind together a public key with an identity or information.

learn more… | top users | synonyms

0
votes
1answer
16 views

Signing Windows Executables with self-hosted certificate

The question has already been asked and answered about how one can 'sign' a Windows executable; however, the answer requires the ongoing expense of a hosted certificate. My company already has a VPS ...
0
votes
1answer
15 views

Does Extended Validation Code Signing certificate helps avoid Windows UAC popup window

The questions relates to Windows 7 and up. So far I signed my code with a regular code signing certificate. My application requires admin privileges since it uses raw sockets. Upon application start ...
0
votes
0answers
34 views

How to create certificate using PKCS#10 CSR

I am having a PKCS#10 CSR(Certificate Signing Request) in base 64 encoded string now i need to pass it to CA(Certificate Authority) verify it and generate a certificate in base 64 encoded string. I ...
0
votes
0answers
21 views

How to use self signed Root CA and Signed Certificates

I'm building a small version of PKI with self signed root certificate. So far I have: Created a Self Signed Root CA. Created a makecert command to sign a client certificate with above Root CA. ...
0
votes
0answers
19 views

Add Certificate To Inserted Files To An .APK

I need to add some files to an existed .apk file but after I insert files manually into the .apk file and try to install the program, it shows this error and can't be install: Package <my ...
0
votes
2answers
28 views

Convert FileUpload to X509Certificate2

How can I convert an uploaded file to an X509Certificate2 variable? I have tried using the following code but it is not working: public bool hasPublicKey(FileUpload file) { bool check = false; ...
0
votes
1answer
48 views

How to handle https for iOS client

We know that https is different with http by encrypting the content over http tunnel, simply speaking. For the web browser, since user accept the permission from the popup alter dialog, the browser ...
0
votes
3answers
60 views

Concept of Digital Signatures for a specific scenario

My company develops an ERP for hospitals and because of some legislation changes throughout this weekend I've been reading a lot on digital signature because I need to solve the following scenario: ...
0
votes
0answers
25 views

WCF-Expired SSL Certificate

I've a WCF service running over SSL. The server's SSL certificate is going to get expired in a a day. The service is being consumed by a couple of clients. When this certificate expires, would my ...
0
votes
1answer
59 views

How to locate new certification using Certutil?

I need to create a new cert and then locate it to obtain the serial number (to use it later to get the public and private keys). If I make a new certificate with makecert utility from Microsoft SDK's ...
1
vote
0answers
26 views

How to re-sign Silverlight App with new certificate to not require reinstall

I have a Silverlight 4 trusted OOB app that was signed with a certificate that expired last week. I was unable to release new code on the old certificate. I applied for a new 5-year certificate and ...
0
votes
1answer
55 views

How to install a digital certificate from the signed file programmatically?

If you have a digital signed file you can open the properties of the file and then install the certificate that the file was signed by clicking the Details -> Show certificate -> Install certificate. ...
0
votes
0answers
42 views

Strong Key protection error while creating digital certificate

I am using this code to create pfx: public static void createpfx(string password) { // create DN for subject var dnsubject = new CX500DistinguishedName(); ...
0
votes
0answers
48 views

How to check whether the digitally signed document is correct

I am working on creating a PDF file which is digitally certified/signed. I am successfully able to sign my pdf document, using itext library. However, the certificate details on the adobe reader ...
0
votes
1answer
104 views

Using SSL certificate for signing PDF files

I have a SSL certificate for my application and I want to use it for digitally signing PDF files using iText. The extension of the certificate is .cer and is provided by a certificate signing ...
0
votes
0answers
11 views

Certificate Signing

I know that in RSA algorithm a Public key is used to ecrypt data which can be decrypted using only the private key. When a digital certificate is signed the hash of the certificate is signed using ...
0
votes
0answers
85 views

How to get DSC(Digital Signature Certificates) Class using java code?

I have installed some DSC in my system, which helps in login to the application. When application load on browser an applet also get loaded, which list the installed DSC. First time when user ...
-3
votes
1answer
44 views

how to fix certificate error in smart phones [closed]

i have developed mobile site using php with smarty. for live site, in smart phone, all https pages shows certificate errors like "Security Warning .There are problems with the security certificate for ...
0
votes
0answers
36 views

sign self-signed certificate with root (certificate which issued by CA)

I have question, help please who can How to sign self-signed certificate with root (certificate which issued by CA)???? General purpose of task: I should create Certificate Chains,where rood should ...
0
votes
0answers
21 views

How to create chain of digital certificates

I have digital certificate issued by a CA (root for me). Task: generate secondary certificate depending on the root one. I think secondary certificate should use private key of a root certificate ...
0
votes
1answer
125 views

Signed .CAB results in “Unknown publisher” on windows mobile 6.5

I have purchased a certificate from http://www.ksoftware.net/ which I use to sign a .CAB file used for installation of our software on windows mobile 6.5 devices. However, even after signing the .CAB, ...
1
vote
1answer
37 views

Is msvcr90.dll timestamped?

When looking at the digital certifcate of msvcr90.dll in the Visual Studio 2008 'redist' folder, the validity period is set from 8/23/2007 to 2/23/2009. However, after searching online i found that ...
2
votes
1answer
89 views

does self-signing a certificate for an Android Mobile App cause the publisher to show as UNKNOWN?

Android requires Mobile Apps to be digitally signed with a certificate and there are 2 ways - (1) Self-signing the certificates and (2) Getting a signed certificate by a 3rd party certificate ...
-6
votes
1answer
159 views

Digital Signature using my digital certificate [closed]

I am having a document(Byte array data coming from an application) to be digitally signed. I have my digital certificate(in PFX file) received from a standard vendor. Is there any open source Java API ...
0
votes
2answers
122 views

An error occurred while signing: Unknown error “-2147012894”

I have .pfx certificate bought from https://www.globalsign.co.uk/. I've signed the ClickOnce manifest of my VSTO (Excel Add-In project type in Visual Studio) project with it and everything worked. ...
0
votes
1answer
114 views

How to publish a ClickOnce application on Sharepoint?

I'm developping a tool which should be published as a ClickOnce signed application on a Sharepoint website. The problem is that, when executing the .application executable from Sharepoint, I get an ...
0
votes
2answers
35 views

How to populate system certificates under IIS?

I need to populate system certificates. Same source code tells me the certificates count correctly when I debug it under VS. When I run the code under IIS 7.5 Windows 7, .Count always returns 0. Is ...
0
votes
2answers
62 views

Is there some way to restrict private key visibility on Android?

I am developing and application that would need to certify data created by end users. I know that I could use KeyChain API for that, but this API has what I believe would be a flaw for our ...
7
votes
2answers
594 views

Certificate Authentication in asp.net

I have an asp.net application and I need to authenticate users using Certificates. I.e. the user must install a certificate issued by me so that he can browser my website and I can identify which ...
0
votes
1answer
105 views

What is the best way for an user to sign/timestamp data with his private key?

I am still new to security issues so my problem may actually be just a misunderstanding. The system I am working has the requirement that users should sign/timestamp data somewhere in the web ...
0
votes
1answer
298 views

Digital Certificates in an ASP.NET application

I have a .NET application (C#) and for security reasons, I was asked to request users that they install a certain certificate in their browser and then check if user's browser has the certificate ...
1
vote
0answers
136 views

Sign form submition(PDF) with a digital signature

TL;DR Have online form On submission PDF is generated Problem: How to digitally sign the PDF with the client certificate from within the browser? Background In EU and US (and my country) there is ...
2
votes
3answers
112 views

Type and Class of Digital Certificates

I am using OpenSSL for implementing Digital Signatures. As a part of the requirement I need to identify the Class of a certificate. As far as I have read, the classes and types of a certificate are ...
1
vote
1answer
142 views

Can you pass a digital certificate as a parameter, use it to sign, and not store it locally?

I've searched for this but have yet to find an answer. If I want to sign something using a digital certificate, I usually have to have it in my certificate store. But, is it possible to pass a ...
2
votes
0answers
97 views

How to avoid “Windows protected your PC” warning on Windows 8? [duplicate]

Possible Duplicate: How to pass the smart screen on Win8 when install a signed application? When I download my executable file from my web site (packed in a ZIP file) and then try to run it ...
2
votes
1answer
207 views

Form based and Certificate based authentication in Spring Framework / Spring Security

is it possible in spring framework to have 2 login implementation at the same time for the login page? Form login and Certificate based login (x509). I've tried either one of these method but ...
0
votes
2answers
173 views

Sign a VBA macro with a level 2 certificate

I am trying to sign my excel VBA code. As I understand, I can do this with "level 2" or "class 2" I'm trying to find something cheeper than go-daddy, $200 per year seems a bit steep for this ...
2
votes
1answer
311 views

Open x509 Certificate store from Java APIs

I am trying to show the list of certificates from the Client Certificate store in JSP. In .Net there is an option to show the list of certificates with the following code... X509Store xStore = new ...
0
votes
1answer
54 views

Why wont a signed ClickOnce application display the Trusted Publisher?

Attached to this question are some pictures to give you guys an idea of what we are doing. 1 The code is signed with a Verisign Class 3 Code. 2 It's published through Visual Studio to our Web ...
4
votes
1answer
182 views

how to validate a client Certificate using the trusted internediate CA certificate?

I am having client Certificate "A" which is signed by the CA1 certificate. CA1 certificate is signed by the Root certificate. Now I have the CA1 certificate (trusted ) and received Client ...
2
votes
0answers
243 views

itext signing pdf

I'm currently developing an ERP application which uses iText for creating and signing PDF files. The idea is that the app can generate a PDF file with a bill, then use PdfStamper or any other class to ...
0
votes
1answer
68 views

Blocking all http requests if digital certificate is not present

In my app, the user can be authenticated with a login/password stored in a database or using its digital certificate. In both ways, if the login succeeds a cookie is created and associated to the ...
1
vote
1answer
83 views

Request.ClientCertificate.Subject Does not request data all the time?

I have making test on my app to allow users to login with its digital certificate. This is not complicated as it requires just one line to actually retrieve data from a magnet card. This is how I am ...
0
votes
1answer
88 views

Requesting user´s digital certificate

I have a digital certificate but it´s is an card, so I don´t have access to my private key. I am developing an app that I want the user to have an option to log in using its certificate. I want my ...
0
votes
0answers
140 views

electronic signature and digital certificate server on linux

Looking for solution to be able to allow our CRM users to sign online documents on our site , is there opensource solution for this ? basically we will be signing the documents on behalf of the ...
-7
votes
1answer
178 views

Digital Certificate doubts [closed]

I have below doubts regarding Digital Certificate Sorry for long queries: "A self signed certificate is a certificate that is signed by the person creating it rather than a trusted certificate ...
2
votes
1answer
150 views

Signing app for Sideloading

I want to be clear with a question about Sideloading applications for Windows 8 (for use within the company.) Read some articles about it, always write the application before deployment must be ...
0
votes
1answer
42 views

Is it possible to sign EXE (exeutable file) using PositiveSSL Certificate?

Is it possible to sign EXE file using PositiveSSL Certificate. So when trying to open the .exe file, windows will says that the publisher is verified?
3
votes
1answer
726 views

VeriSign Class 3 certificate not trusted by Windows?

I distribute a Windows desktop app which has all executable files digitally signed by a Verisign Class 3 Code Signing certificate. For the vast majority of users, this seems to work fine. However a ...
1
vote
1answer
2k views

keytool cannot import certifiate - failed to establish chain from reply

I would really appreciate if someone could shed some light on the following issue. I have read the keytool documentation but could not find any hint regarding what could be the problem here. I ...

1 2 3 4 5