A certificate is an electronic document used in cryptography.
0
votes
0answers
9 views
Remove certificate from cmd
I create certficate from command line as follows:
makecert -r -pe -n "CN=WWW.TEST.COM" -b 01/01/2005 -e 01/01/2020 -sky exchange -ss my
how can I remove it using command line?
0
votes
1answer
48 views
Android Studio - debug keystore
I've switched to the great Android Studio but it's not clear to me it signs the debug apk or not.
Because I need to get the certificate fingerprint and I don't want to generate a signed apk each ...
-1
votes
1answer
19 views
The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains
I want to test my app in a device and I'm stuck with this error for hours:
The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains
...
0
votes
0answers
17 views
ios enterprise: provisioning profile and certificate expiration - when will App stop to work?
We have a inhouse ipad App that was signed with an ios enterprise distribution certificate.
In the 'provisioning profiles' list on the iPad, I can see that the provisioning profile of this app ...
0
votes
0answers
10 views
SVN Reset Certificate Information
I'm building some code that requires some input files to be checked out from a public server. The instructions that I'm following state that:
When contacting the Subversion server for the first ...
0
votes
0answers
15 views
Introducing certificate into a current WCF-solution
I'm currently working in a project which has a solution for external communication to and from the application, and is built as follows:
We have multiple Service Hosts which implement different ...
0
votes
0answers
16 views
Force certificate to be stored as machine certificate
We have a web portal where a admin user goes to and installs a client certificate on the local windows machine. This certificate is used by our application (C# .Net) to authenticate against a web ...
0
votes
0answers
7 views
Is there a easy way to find out wich root certificate was isued by which program
I have long list of crap in my keychain root certificates.
Now before getting rid of some, I need to find out how did they get there in first place.
Who put them there, which software.
The ...
3
votes
0answers
40 views
Issue running SSL-enabled TCP server under mono
I'm developing an application which requires SSL encryption between the client and server, and needs to run under Windows and in Ubuntu under Mono. At the moment, the server and client pair works ...
1
vote
2answers
42 views
does it required to have individual server SSL certificate for each embedded device?
I have an embedded device which runs a web server.I need to integrate the server SSL certificate for the web browser. If I have multiple such boxes, is it required to have different SSL for each box?
0
votes
0answers
48 views
Creating iOS certificate on windows
I have generated a .csr file with openssl, and when i try to upload it to the Apple Developer iOS Provisioning Portal in order to obtain an iOS Development Certificate this problem appears:
Error
...
0
votes
1answer
15 views
Service Web with APNS serving two apps = two certificates?
I'm developing a iOS app. This app has two targets (free version and premium version). Then I want to send push notifications throw my Service Web.
So, Do I need two certificates? Because my app ...
3
votes
1answer
160 views
iOS Certificate Generation Error: Disc Quota Exceeded. Is this an Apple bug?
I am having the same error that user2320456 was having two days back. They did manage to solve their problem and the issue was closed because the problem was too localized. But I do want to know (a) ...
0
votes
2answers
37 views
how to programatically in C hash a X509 certificate in PEM format
I have generated a X509 certificate in DER format, which is stored in a file with the name cert.crt.
I would like to be able to hash it with sha256 algorithm.
How can this be done ?
I already have ...
0
votes
1answer
24 views
How to convert an SSL certificate in linux
Is there a way how to convert certificates between cer/pem/crt/der/pfx/p12 in Linux? I have an SSL certificate in a .cer file and I need it to be .pem in order to use it.
How can I convert it?
0
votes
0answers
7 views
Convert X509Certificate to Certificate
I'm now creating android SMS signing app.
Thus I decided to use spongycastle API (same as bouncycastle).
However, latest spongycastle API does not support convert X509Certificate to Certificate
...
0
votes
1answer
23 views
XCode Key Chain Renew my certificate
Today my First certificate became 1 year old, when i they to run my app on a divice i got this message:
Code Sign error: The identity 'iPhone Developer: ********** (********)' doesn't match any ...
0
votes
0answers
3 views
PayPal certificates - winhttpcertcfg
I use a Windows Forms application and the PayPal SOAP API.
I recently migrated to a new computer. I used the Windows Certificate configuration tool (winhttpcertcfg.exe) to grant rights to the ...
0
votes
1answer
27 views
WCF service certificate is not in the trusted people store
I created wcf service that should work with using certificates. My test where I’m using self signed certificates works perfect, but all changes when I’m trying to run it on the server, where ...
0
votes
1answer
23 views
iOS Publishing App via Apple Developer Invitation
Hey guys I have to publish an App with a foreign Apple Account. I got the invitation and now I can download the Distribution Provisionig Profile. However I also need the valid signing identity - that ...
6
votes
1answer
597 views
iOS Certificate Generation Error: Disc Quota Exceeded [closed]
I am trying to generate an iOS Development Certificate. After I select the .certSigningRequest file from my desktop and click on Generate, I get the following error:
Processing of multipart/form-data ...
0
votes
0answers
17 views
Android - java.security.NoSuchProviderException: SC
I'm now working on creating message sign application for android.
However, when I execute the app,
the logcat message from "Log.e("Position", e.toString());" shows following error
...
0
votes
0answers
20 views
Insert all Glassfish certificate at keystore into java trusted certifacate
How I can add all glassfish certificates into java trusted certificate.
I can insert on specific certificate into any keystore file as
keytool -keystore $JAVA_TRUSTED_CERT -import -file ...
1
vote
0answers
17 views
Managing Security Certs via a Soap Web-service
I'm researching options to upload a file as part of an existing (Soap) web-service. From a previous post (Posting a File and Data to RESTful WebService as JSON), there are 2 main options:
Base64 ...
0
votes
1answer
36 views
Putting X509 Certificate in HTTP Request
I'm using Spring Security for X.509 preauthentication.
To make sure the client sends its certificate per HTTP request, is it necessary to:
Modify pom.xml to set <wantClientAuth> and ...
2
votes
1answer
21 views
What do the different status error codes for the CheckValidationResult certificateProblem parameter stand for?
In the MSDN Example of the ICertificatePolicy interface, there is an enum which lists all the possible status error codes that can be returned via the ValidationCallback:
public enum ...
0
votes
0answers
33 views
Android - Simple DropBox application
I'm trying develop simple DropBox app. Using example on:
https://www.dropbox.com/developers/sync/start/android
I write something like this:
public class MainActivity extends Activity
{
final ...
0
votes
0answers
13 views
how to Configuration .der certificate in apache?
this is my first time to configure certificate on apache. don't now how to configure certificate file cert.der.In httpd.conf have to define three filesSSLCertificateFile ...
0
votes
1answer
31 views
WSO2 4.6.0 - unable to install CA certificate. Always falling back to default certificate
We are trying to install a third party CA cert on our WSO2 ESB server (Linux). We are unable to install CA certificate. Always falling back to default certificate.
While the WSO2 service is started, ...
0
votes
0answers
18 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
1answer
41 views
iOS Apple Developer Invitation & Valid Signing Identity
I have to publish an iOS App with an Apple Developer Account which is not mine. I got the Developer Invitation to that Account and joined the team. I have to use an existing Distribution Certificate ...
0
votes
1answer
29 views
In-House Certificate Authority (CA) for Node.js https.request: How to point to .PEM?
I recently updated from Node 0.8.xx to 0.10.5. Suddenly, my https.request calls started failing. I believe 0.8.x was not verifying certificates, but 0.10.5 is. We have some in-house certificate ...
0
votes
0answers
25 views
How to make GET OCSP requests instead of POST in java?
I have an OCSP server which is configured with cached responses.
If I understand correctly, according to the OCSP RFCs (http://www.ietf.org/rfc/rfc2560.txt, http://www.ietf.org/rfc/rfc5019.txt) one ...
0
votes
1answer
43 views
Issue with X509RevocationMode.Online in revoke certificate validation
I am validating the certificate revocation in online mode but the url mentioned in CRL Distribution Point is not getting hit if the CRL is already cached in memory. I am using fiddler to verify if the ...
0
votes
1answer
37 views
Cannot export generated certificate with private key to byte array in .net 4.0/4.5
I need to export and import generated certificates with private keys to and from byte arrays and I don't have any problems unless I use .NET framework 4.0 and 4.5. I'm generating self-signed ...
4
votes
2answers
119 views
Verifying server Verisign certificates throws Not trusted server certificate exception
I have a problem verifying Verisign certificate when trying to connect with HttpsURLConnection to our backend.
Current certification chain:
$openssl s_client -connect host:443
0 ...
1
vote
1answer
19 views
Connect to server using smart card for client authentication
We developed software where a GUI client connects to an openssl Server using either login/password or a client certificate. We have to implement a new solution which where the the connection ...
-1
votes
0answers
11 views
Generate pfx certificate from pem rsa [closed]
I have a PEM RSA private key generated with opendkim:
# dkim-genkey -t -s code001 -d domain.com
and for use it with exchange, i need to convert it to pfx with this command:
# openssl pkcs12 ...
0
votes
1answer
25 views
ClickOnce setup behavior different than programmatic behavior
If I run the setup.exe of my application, and the certificate is not a trusted certificate in the store. I get the following dialog box.
And as long as the user clicks Install everything is fine.
...
2
votes
1answer
28 views
MySQL over SSL with self signed certificate
I'm setting up a mysql server and am trying to have a mysql client connect to it over SSL. I'm going to be using a self signed certificate for the same. Reading the MySQL documentation on setting up ...
1
vote
3answers
31 views
Safari Warning On Certificate
We have recently started receiving warnings from Safari: "Safari can't verify the identity of the websites 's-static.ak.facebook." The certificate for the website is invalid. You might be connecting ...
-1
votes
0answers
21 views
validate server certificate in School [closed]
Our school, a small university in New Jersey has just gotten wifi access all over campus. I work in our school's computer lab, so most come to me when they have questions. Recently we've gotten an ...
1
vote
0answers
37 views
How can I introduce a cross signing certificate into a chain?
I maintain a java applet that is locally deployed. I recently purchased a code signing certificate from Go Daddy (it was inexpensive, and they already host our site). My certificate chain is as ...
0
votes
2answers
48 views
openssl: Generate a pkcs12 with 2 certificates
I need to build a PKCS12 file (.p12) including 2 certificats, one auto-signed CA and another one which was signed by this CA.
I was trying to build it with OpenSSL but i get nothing.
Thank you
0
votes
0answers
23 views
How to read Google OAuth private key in WebService(WCF)?
I need to access google API in WCF service via GOOGLE SERVICE ACCOUNT.Private key provided by SERVICE ACCOUNT gave a access token and run prefect on console application? when i try to deployed into ...
0
votes
0answers
28 views
How can I add a certifcate to the Java keystore on my Android device?
I'd like to add a custom root certificate to my Java keystore on my Jellybean Android device. I found that one way of adding new certificated to the Android keystore is through "Settings" > "Security" ...
0
votes
2answers
50 views
How do I create a self-signed certificate in OpenSSL programatically (i.e., not with the 'openssl' CLI command)?
My program uses OpenSSL, and needs to create a self-signed certificate on demand. The system it is running on does not have access to the 'openssl' CLI command, so I can't use that. Instead, I need ...
1
vote
1answer
40 views
Creating/Duplicating a Certificate Template with Powershell
I want to create a template using powershell but I cannot seem to figure out how to set a Minimum Supported CA for the template. I was never able to figure out how to duplicate a template, just ...
1
vote
0answers
11 views
how to make publisher trusted
I have:
server domain, where the application is developed and deployed
my own machine, not part of the server domain, on which I test the application
When I install the app on my machine - it asks ...
2
votes
1answer
90 views
Apache “SSLSessionCacheTimeout” with Client Certs
After logging onto my web app, users need to authenticate with a X.509 cert.
After a period of inactivity, a user will try to continue using the site. At that point, a new session will be attempted ...


