certificate

How can I sign a Gadget for Windows Sidebar?

Hi, Does anyone know how to sign a gadget for Windows Sidebar (*.gadget)? I tried with signtool, but without any result. Thanks ...

Webstat Code signing certificate for open source project

Hi, I am looking for a code signing certificate that will be accepted by Java Webstart. It is for the Arianne Project (a ten year old open source project hosted on Sourceforge). Unfortunately being "just" a spare-time open source project means we cannot proof our identity by posting extracts from the register of companies. Another issu...

WCF authentication using certificate which don't have public key

I am hosting a secured WCF service which is a wrapper over an existing ASMX service. My service needs have certificate authentication (transport level security, same as in the original service). My problem is that the users will be using client certificates issued by original service And not my new certificates. To my knowledge you c...

How do I get a replacement development certificate's p12 file?

My Mac hard disk crashed, put a new hard disk and reinstalled OS, xcode, but not able to build my app for device target since the certificate does not work any more. I could have used the p12 file but unfortunately I lost it. So, what's next? How do I update my app which is there in app store? I need to smoke now :( ...

PHP openssl equivalents for Perl ?

What would be a equivalent example in perl of the bellow code to create a Self-signed certificate ? All i have available is Crypt::OpenSSL::RSA (if there is another module let me know so i can verify it is available or possible to install as i am not the admin/owner and cannot do it myself due to rights issue) which i havent found on th...

What is difference between self signed and certificate generated by certification authority

Hi, I want to know the difference between self signed and certificate generated by certification authority. I can easily create a self signed certificate for domain xyz.com then what is the difference between this certificate and the one generated by CA? Scenario Suppose a site xyz.com is secured with a certificate issued to xyz.com a...

Unable to create Apple Developer certificate request using keychain access tool

I'm creating a new CSR (Certificate Signing Request) using the Keychain Access tool: Certificate Assistant -> Request a certificate from a certificate authority... In the certificate information I fill in my email address and name, selecting the "Save to disk" option. I save the CSR to the desktop The wizard completes successfully, but...

Create a secure application with basicHttpBinding

Hello everybody, I am really really tired these day because of facing this problem. I am building a XBAP application (WPF Browser Application) that uses WCF Service. This app requires: Users can login by using their username and password (that store in my database) Users don't need to install any of X509 certificate (*.pfx or *.cert......

Can't sign a dig sig utilizing java / keytool

I have created a certificate basically straight from the keytool example page: keytool -genkey -dname "cn=Anything, ou=Anything, o=Anything, c=US" -alias business -keypass kpi135 -keystore C:\mykeystore -storepass ab987c -validity 1095 I am trying to access this certificate and use the private key portion to digitally sign a portio...

iPhone using same certificate on multiple computers with different accounts

I have looked around here to see if somebody has asked this question before but nobody really has the same situation so i would like to now how to do the following: At home i have an iMac on which i do my iPhone development. I can deploy the application on my own iPhone without any problem. At work i have a colleague who owns a Macbook...

How many formats of x.509 client certificate file are there?

I am working on a task which is to get the client certificate when the user sends a request to the server. I have to get the certificate and get the 3 pieces of information from the certificate: user name, user's email address and user's firm name. At first it seems quite simple to just get the "Subject CN" for user name, "Subject E" fo...

SSL setup on WebSphere 6.1 for Windows

Hi, I'm a bit of a newbie when it comes to SSL security on WebSphere. But basically I am calling a URL from my Java application hosted on WebSphere 6.1. The URL is a web service which is secured via SSL. As an example my URL is: https://servername:portname/service I call the web service using cURL using: --cert test.cer --key ...

Verifying PKCS#7 certificates in Java

Hello everyone. Need some help with crypto routines in Java. Given a PKCS#7 signature, I want to verify all certificates it contains against a trusted store. I assume that all certificates contained in signature are in the correct order to form a valid certificate path (or chain, whatever), so that topmost (#0) is a signing certificat...

iPhone - Certificate Signing Request not showing in Distribution Profile

Hi all, We're trying to get our app ready for distribution on the app store. We provisioned it for a single device which works well so we know its not the code. We create a Certificate Signing Request (CSR) and upload it as instructed (we followed lots of videos and done a lot of reading) but when we hit submit to upload our CSR the pag...

Automatically Install: Self-Signing ClickOnce Manifests with Cert > Need App to Install Root CA in Trusted Root Certs on Client PC

ClickOnce is suppose to use a signing cert for distribution. If I was developing a major app, I could understand purchasing a cert. However, my app is for a small sized company and I cannot justify the expensive. My question is, when my app first installs, how might I install my self signed Root CA into Trusted Root Certificates automat...

Can be certificate read out from registry without booting windows ?

Is it posible to read a certificate out from registry without booting windows, if you know login credentials and computer name. I have writen a little tool which automate copying of data from standard windows user folders like my document. This tool is then part of live linux distro which we use to copy users data when we making transit...

Install a certificate (SSL Encryption) on SQL Server 2005 Express

I found some manual here : http://support.microsoft.com/kb/316898/ru but can't make a step with : The Certificate Request Wizard dialog box opens. Click Next. Select Certificate type is "computer". On "Registration politics" step there is Active Directory registration politic by default and so it requests some registration serv...

device certificates in android

Does anyone know if its possible to install a "device certificate" in Android, and if so, how? This device cert would be used by the Android browser to present during the TLS handshake of an HTTPS connection. ...

ValidationException When Running wsimport

I am trying to generate client code for a wsdl using the JAX-WS RI wsimport tool. When I ran the it I get this error: [ERROR] sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I came across this ...

Convert certificate from p7c to cer

Hi all, how to convert a certificate from .p7c to .cer extension? Thanks ...