Tagged Questions
The certificate tag has no wiki summary.
45
votes
12answers
144k views
How can I deploy an iPhone application from Xcode to a real iPhone device?
How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?
34
votes
8answers
9k views
Cheapest Java Code Signing Certificate? (not self-signed) [closed]
Does anyone know where I can get an inexpensive Java code signing certificate? Everywhere I look wants $200 to $300 per year! Unfortunately I cannot use a self-signed one, I'm trying to get rid of the ...
24
votes
2answers
1k views
Listing all installed certificates on android
I am writing an app which lists all the certificates installed on
the device. But I found that there are two places where certificates
are stored:
System/etc/security/cacerts.bks: This file contains ...
23
votes
5answers
51k views
Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile
I get this build error when I build my iPhone project to run on my device:
**Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile**
My development ...
18
votes
4answers
38k views
Convert .pfx to .cer
Is it possible to convert a .pfx (Personal Information Exchange) file to a .cer (Security Certificate) file? Unless I'm mistaken, isn't a .cer somehow embedded inside a .pfx? I'd like some way to ...
16
votes
4answers
4k views
iOS Keychain Security
we want to use certificates on the iPhone to authenticate for MS Exchange Sync. We are not sure how the security concept is implemented to protect this certificates.
e.g. is it possible to get "full" ...
15
votes
6answers
9k views
WCF : Could not establish trust relationship for the SSL/TLS secure channel with authority - back to the drawing board
Really thought I had this issue fixed, but it was only disguised before.
I have a WCF service hosted in IIS 7 using HTTPS. When I browse to this site in internet explorer, it works like a charm, ...
15
votes
4answers
6k views
How can my server securely authenticate iPhone in-app purchase?
Look at Apple's diagram for the server purchase model.
In step #9, how can the server know that it is really talking with an iPhone that is entitled to the purchase, and that Eve is not performing a ...
15
votes
5answers
2k views
How do you sign your Firefox extensions?
I have developed a couple of extensions for Firefox, and am annoyed that it is so hard to get the extension signed. When an extension isn't signed, it says "Author not verified" when it is installed, ...
13
votes
4answers
4k views
Two macs. One iPhone Developer License. Possible?
I work for a company that is interested in building iPhone apps. However, we are not clear on one issue:
Does the iPhone developer certificate work on more than one computer at a time?
13
votes
2answers
5k views
How do I sign a Java applet using a certificate in my Mac keychain?
I have a self-signed root certificate with just the code signing extension (no other extensions) in my Mac keychain; I use it to sign all code coming out of ∞labs using Apple's codesign tool and it ...
12
votes
3answers
32k views
How to install trusted CA certificate on Android device?
I have created my own CA certificate and now I want to install it on my Android Froyo device (HTC Desire Z), so that the device trusts my certificate.
Android stores CA certificates in its Java ...
12
votes
2answers
6k views
Signing a Windows exe file
I have an exe file that I should like to sign so that Windows will not warn the end user about an app from an "unknown publisher". I am not a Windows developer, the app in question is a screensaver ...
11
votes
3answers
3k views
How can you add a Certificate to WebClient (C#)?
I know it is pretty simple to add a certificate to a HttpWebRequest. However, I have not found a way to do the equivalent using WebClient. Basicly, I want to send out a POST with a specific ...
10
votes
5answers
31k views
Xcode - iPhone - profile doesn't match any valid certificate-/private-key pair in the default keychain
I tried to add my iPhone to Xcode4 to test my Application on it. I added the device in the Apple Developer-Center and downloaded the Provision-Profile. We pay 99$ per month for the account and I'm not ...
10
votes
1answer
5k views
How Do I Create A Certificate For My Android Market APK?
I want to upload my first APK/app to the Android Market, but I got this error (which did not lead me to the correct link when searched for in stackoverflow, by the way).
Market does not accept apks ...
10
votes
5answers
3k views
iPhone web service calls to WCF Service with Certificate Authentication
We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain data for the app. To ensure ...
10
votes
7answers
23k views
iPhone provisioning profile problem
My iPhone application runs fine in the simulator. I'm trying to deploy it onto a physical iPhone. When I install the provisioning profile, my Organizer says "A signing identity matching this profile ...
10
votes
4answers
4k views
What happens when a code signing certificate expires?
I am considering purchasing a code signing certificate from VeriSign or Thawte to sign an XBAP with. My question is this: What happens when that certificate expires? $299 and $599 are pretty hefty ...
9
votes
4answers
373 views
Good articles to read on SSL and HTTPS?
I had a problem with accepting invalid SSL certificate in my iPhone program. That problem is solved now, however I came to understanding that I have very abstract idea on how exactly the whole thing ...
9
votes
6answers
2k views
How do I sign a Java applet for use in a browser?
I'm trying to deploy a Java applet on my website. I also need to sign it, because I need to access the clipboard. I've followed all the signing tutorials I could find but have not had any success. ...
9
votes
2answers
10k views
How can I install a certificate into the local machine store programmatically using c#?
I have a certificate generated via MakeCert. I want to use this certificate for WCF message security using PeerTrust. How can I programmatically install the certificate into the "trusted people" ...
8
votes
1answer
77 views
SSL certificate for REST web services (used by Android)?
I have a website with a number of RESTful web services that are used by an Android app. I want to let all requests go through HTTPS. Hence, I need an SSL certificate for my website.
Q: Do I need to ...
8
votes
6answers
11k views
Xcode 4 - “Valid signing identity not found” error on provisioning profiles on a new Macintosh install
I had a Macintosh I used to develop iPhone apps with using XCode 4.
I now have a new Macintosh with a new install of... everything.
When opening Xcode projects built on the old Mac, I cannot run the ...
8
votes
1answer
452 views
The UAC prompt shows a temporary random Program Name for msi, can the correct name be displayed?
I'm building an MSI installer for windows and sign the installer using signtool. When I run the .msi to test it, the UAC (User Account Control) prompt shows up to ask me if I want to allow the ...
8
votes
6answers
1k views
Code Signing (Microsoft Authenticode)
I have a program which is used by a large number of people who are not always super computer savvy. I want to make sure that rather than having my executable say it is from an unknown author that it ...
8
votes
1answer
1k views
Android: how to share code between projects signed with the same certificate
In Android documentation concerning code signing we can read: "By signing multiple applications with the same certificate and using signature-based permissions checks, your applications can share code ...
8
votes
1answer
5k views
How to renew an iPhone development certificate?
My development certificate has expired. What is the correct method of renewing it?
Do you revoke the expired certificate & submit a new Certificate Signing Request?
Do provisioning profiles have ...
8
votes
2answers
6k views
iPhone: HTTPS client cert authentication
I'm fighting with a client certificate authentication. When a server needs a credential (a certificate in this case), this method is invoked from NSURLConnection delegate:
...
8
votes
2answers
2k views
Certificate problem - Error Importing Key “object already exists” after Windows 7 upgrade
I have about 60 .pfx files for all major assemblies for a project. They are unique files, but I use the same password for all.
After an upgrade from Windows Vista to Windows 7 I get an Import Key ...
8
votes
6answers
2k views
Which code signing authority should I go with? [closed]
I'm looking at options to buy a code signing certificate for my company. I want it to be usable for MS Authenticode and also for Java and I want it to be trusted with the default trusted authority ...
8
votes
3answers
2k views
Code Signing Certificate Options
I've been assigned the task of buying a digital certificate for my company to sign our code. We develop applications in the Microsoft space - mostly WPF or Web Based.
I've investigated options and ...
7
votes
6answers
266 views
Product activation with public key certificate
I need some ideas how to create a activation algorithm. For example i have demo certificate. Providing that the application runs in demo mode. When full version certificate is provided then ...
7
votes
4answers
981 views
J2ME - code signing - What's the Certificate that works in all handsets such as Nokia,samsung,Micromax,LG?
I am creating a MP3Player which will access the device memory card to list the songs.For this I am using File Connection API so devices like Nokia keep on asks for permission.To overcome this the jar ...
7
votes
1answer
546 views
WCF Service - certificates and message security with UserName authentication
I'm preparing to create a WCF Service which our customers can use to update data in our system. So it has to be available over the Internet. I have a book about WCF from which I know the Message ...
7
votes
3answers
3k views
Inserting Certificate (with privatekey) in Root, LocalMachine certificate store fails in .NET 4
I'm having problems inserting a new CA certificate with privatekey in the Root certificate store of the localmachine.
This is what happens:
//This doesn't help either.
new StorePermission ...
7
votes
3answers
6k views
How to give ASP.NET access to a private key in a certificate in the certificate store?
I have an ASP.NET application that accesses private key in a certificate in the certificates store. On Windows Server 2003 I was able to use winhttpcertcfg.exe to give private key access to the ...
7
votes
1answer
2k views
Import .pem public and private keys to JKS keystore
I have public and private keys in separate .pem files that I would need to get into a JKS keystore somehow.
Tried using the -import command in KeyTool for this, which gives an "not an X.509 ...
7
votes
2answers
3k views
Where did 'My" certificate store go? [closed]
Because I'm awesome I'm trying to run the latest WIF demo app using VS2k10 B2 on my 7 boxen... 64bit of course (my neckbeard is strong) I'm having a problem getting it running.
Part of the whole demo ...
7
votes
4answers
3k views
WCF message security without certificate and windows auth
I have a WCF service and client which is going to be deployed to several companies (hundreds). Some companies will run the software in their network and some will run it over the Internet (WCF server ...
7
votes
1answer
1k views
How to register a certificate to a port when the cert is in a custom location using netsh
My certificate is stored in a custom store under "Certificates(Local Computer)" instead of under "Personal".
Normally, if the cert is located under personal, i just use C:>netsh http add sslcert ...
7
votes
9answers
644 views
Why are SSL certs self-signed if they have no real signature
I understand that normally an SSL (or more precisely X.509) certificate is supposed to be signed by some certifying authority to assure that it is genuine.
In some cases no such signature exists, ...
7
votes
3answers
4k views
Java Code Signing Certificates…same as SSL Certificate?
I'm looking around for a Java Code Signing certificate so my Java applets don't throw up such scary security warnings. However all the places I've found offering them charge (in my opinion) way too ...
6
votes
1answer
1k views
iphone app: how to renew an expired distribution certificate through the iOS provisioning portal
My distribution certificate is tied to an app, that I have distributed ad hoc to number of field employees, and it says it's going to expire tomorrow. When I go into the iOS provisioning portal, I go ...
6
votes
2answers
270 views
VS2010 - Structure change in CryptoAPI - v7.0A Vs v6.0A - WinCrypt.h
In C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\WinCrypt.h, the definition for CERT_CHAIN_ENGINE_CONFIG is
typedef struct _CERT_CHAIN_ENGINE_CONFIG {
DWORD cbSize;
HCERTSTORE ...
6
votes
1answer
270 views
Bouncycastle: X509CertificateHolder to X509Certificate?
In versions prior to r146 it was possible to create X509Certificate objects directly.
Now that API is deprecated and the new one only deliveres a X509CertificateHolder object.
I cannot find a way to ...
6
votes
5answers
234 views
Validating an iOS app
We have an iOS app which interacts with various webservices at the backend. The backend however wants to validate that the request coming to it is from our valid iOS app and not from a replay attack ...
6
votes
1answer
435 views
Why does Android allow an APK with an expired certificate to be installed?
I made an APK signed with a certificate which has a validity of 1 day. My aim is to give a trial app to some people, but preventing them copying the application after the expiration date. If they ...
6
votes
3answers
5k views
SoapUI Web Service Request using Public Key Certificate
I have a WSDL for a Web Service and a Public Key Certificate in the shape of a .cer file.
I need to get SoapUI to encrypt the service request with the public key of the certificate.
How do I do ...
6
votes
2answers
1k views
WCF Certificates without Certificate Store
My team is developing a number of WPF plug-ins for a 3rd party thick client application. The WPF plug-ins use WCF to consume web services published by a number of TIBCO services. The thick client ...