certificate

share my iPhone develop cert with others

I plan to share my personal iPhone develop certificate with some people. ( 99 USD from apple) I am not sure if this is good place to ask this question. But there are a lot iPhone developers here,and maybe they can give me some helps. My questions are: 1) What should I do to share others to use my developer certificate , and my privacy...

Calling a php webservice from .net with a cert

I'm using this code from c# to call a php web service that is secured by user/password and certificate: string wsurl = ConfigurationManager.AppSettings["Url"]; string wsuser = ConfigurationManager.AppSettings["User"]; string wspass = ConfigurationManager.AppSettings["Pass"]; string url = string.Format(wsurl, param1, param2); System.Ne...

How to ship WCF application with certificate requirement?

We have created a client-server system WCF, and implemented custom validator as described here: http://blogs.msdn.com/b/pedram/archive/2007/10/05/wcf-authentication-custom-username-and-password-validator.aspx . In order to enable username and password authentication server part must have a certificate. Following another tutorial, we've c...

What for are the commonly used PKCS-Standards: PKCS#7, PKCS#10 and PKCS#12?

What for are the commonly used PKCS-Standards: PKCS#7, PKCS#10 and PKCS#12? ...

How to use PHP5 SoapClient::SoapClient() with client certificate ?

Hi, I need to use PHP's SoapClient with myfile-ca.crt. How can I tell SoapClient constructor to work with client certificate (crt file) ? I am experienced with php SoapClient, but I never needed to work with secure soap client. Thanks for any help ...

get certificate detail from Public key?

Hi, is there any way to get certificate detail from Public key... i had use bouncy castle jar for this but some how i cant better help to solve this problem. please help me out urgently... ...

want to read issuer String from users public key

Hi, I want to read issuer String from users public key with bouncy castle... is there any one have some code or something from which i can get help... ...

SUBMIT certificate request - outside domain

Hello I need to submit a PKCS#10 certificate request to a certificate authority who is outside my domain. This article in MSDN shows a way to submit certificate requests within a network using ICertRequest2 COM object. hr = CertRequest->Submit( CR_IN_ENCODEANY | CR_IN_FORMATANY, RequestStr, AttributesStr, CANa...

Java - Sending certificate through socket

Hi, i need to send a v3certificate from the server to the client using socket. To do this: server side, i generate a certificate which i encode with base64.encode , then i send it to the client. Client side, i receive the string which contain the certificate, Server code: X509Certificate certificate = ...; sendAnswer(new String(certi...

Accessing Code Signing Certificates on OSX in order to build an XCode provisioning utility [C# preferred]

Hey folks, I'm creating a utility in C# to setup provisions and build settings for an iPhone project. The XCode project file contains these lines: CODE_SIGN_ENTITLEMENTS = ***; CODE_SIGN_IDENTITY = ***; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "***"; ... PROVISIONING_PROFILE = ...

programatically create certificate windows server 2008 enroll on behalf of

We are currently mainly creating a certificate for users of our one system and I am trying to figure out a wait to automate this process. At the moment I have found some sparse documentation about certentrolllib and was hoping someone either knew where some good documentation is or could point me in another direction. The CA I am using ...

Where is the map for all Java certificates ?

hi everyone ... I wanna know study what to get which certificate in Java .. I need a map of Java certificates , i know that there are SCJP and others but i don't know what it require one to know in order to pass its exam ... thanks ...

Install certificates on client when consuming a WCF service with WSHttpBinding, Certificate Authentication and Message Security?

Hello, i've created a WCF service that should be consumed outside my domain, so i decided to use WSHttpBinding with Certificate authentification and message Security. I created a self signed certificate named "Test And Dev Root Authority" using makecert and with it I signed other two certificates using mthe same tool like this makecert...

X509 Certificate for securing http handler - what is secure enough'?

We have a C# .NET http handler that we are trying to secure by using X509 certificates that are shared between our structure servers and a customer's work stations. However, there is relatively little documentation on how to handle 509 cert authentication on the code level. The client's cert will be attached to the web request, and the...

How to process custom certificates in HTTPS?

I am trying to fetch a page using HttpWebRequest, but I am getting this exception: Could not establish trust relationship for the SSL/TLS secure channel. Is it possible to specify a custom RemoteCertificateValidationCallback for a particular instance of HttpWebRequest? (I cannot use ServicePointManager.ServerCertificateValidationCall...

Programmatically getting Certificate Details

I have a self-signed JAR file. I would like for it to be able to: Check if it is signed; Get and output the details of the certificate it was signed with. The jar does not need to check or verify the certificate with a server. Any help would be appreciated. Thanks! ...

sendmail tls "verify=failed" - CA config?

I've been trying to get my sendmail config to do TLS for quite a while now. I'm running FreeBSD, pretty much stock -- sendmail, apache, bind. I have a NetSol certificate, this works fine for Apache https connections. I'm trying to get this same certificate to work for TLS. First question: is this a bad idea? I can confirm the option...

SQL Server 2008 certificate permissions

Hi Following advice to my previous post (thanks fellas, it works a treat), I've implemented a certificate in the master db with VIEW ANY DEFINITION permissions and used this to sign my stored procs so they can access Information_schema. However, my stored procs also make use of dynamic sql. Is it possible to create a certificate, gran...

The remote certificate is invalid according to the validation procedure.

Hi, I'm developing a WCF service (NetTcpBinding) and it works just fine without security. We bought a certificate from DigiCert and installed it on the server and configured with DigicertUtil.exe. Also installed on the test client machines. Turning on the security I'm able to connect to it from my dev PC without problems. Server confi...

Error when issuing BACKUP CERTIFICATE

I am creating a certificate in one of my databases, which works without a problem. However, when I try to back up that certificate so that I can port it over to another database I receive the following error message: An error occurred during decryption. Here's my backup statement: BACKUP CERTIFICATE test_certs TO FILE = 'C:\test_cert...