active questions tagged certificate-authority - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T00:09:39Z http://stackoverflow.com/feeds/tag/certificate-authority http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1613038/coldfusion-cfhttp-i-o-exception-peer-not-authenticated-even-after-adding-certs 1 ColdFusion CFHTTP I/O Exception: peer not authenticated - even after adding certs to Keystore Bazza 2009-10-23T12:12:34Z 2009-11-18T05:26:29Z <p>I'm currently working with a payment processor. I can browse to the payment URL from our server, so it's not a firewall issue, but when I try to use CFHTTP I get a I/O Exception: peer not authenticated. I've downloaded and installed their latest security cert into cacerts keystore and restarted CF and am still getting the same error. Not only have I installed the providers cert, but also the 2 other Verisign certificate authority certs in the certificate chain. The cert is one of the newer Class 3 Extended Validation certs.</p> <p>Has anybody come across this before and found a solution?</p> <p>Thanks in advance for your answers.</p> http://stackoverflow.com/questions/250742/who-sells-the-cheapest-ev-ssl-certificate 10 Who sells the cheapest EV SSL certificate? Zack Peterson 2008-10-30T16:00:36Z 2009-11-15T18:12:59Z <p>I want a SSL certificate for my web site that will not only be accepted without warning by all popular browsers (at least accepted by <a href="http://www.mozilla.org/projects/security/certs/included/#DigiCert" rel="nofollow">Firefox</a> and <a href="http://support.microsoft.com/kb/931125" rel="nofollow">Internet Explorer</a>), but also give my visitors the green address bar.</p> <p>Which certificate authority is selling the least expensive <a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate" rel="nofollow">extended validation</a> SSL certificates?</p> <p><img src="http://img204.imageshack.us/img204/4838/ebayssliequ5.gif" alt="SSL EV in Microsoft Internet Explorer" /></p> <p><img src="http://img517.imageshack.us/img517/4854/ebaysslffyc0.gif" alt="SSL EV in Mozilla Firefox" /></p> http://stackoverflow.com/questions/1130796/missing-x509-extensions-in-certificates-created-with-certificate-assistant 0 Missing X509 extensions in certificates created with Certificate Assistant 2009-07-15T11:11:46Z 2009-11-09T03:52:02Z <p>I'm reposting my question from discussions.apple.com since it hasn't been answered, yet:</p> <p>Certificates created with "/System/Library/CoreServices/Certificate Assistant.app" (verion 2.0, build 32175) lack many standard X509v3 extensions, not limited to but most notably:</p> <ul> <li>Subject Key Identifier ( 2 5 29 14 )</li> <li>Authority Key Identifier ( 2 5 29 35 )</li> <li>Certificate Policies ( 2 5 29 32 )</li> <li>CRL Distribution Points ( 2 5 29 31 )</li> <li>Certificate Authority Information Access ( 1 3 6 1 5 5 7 1 1 )</li> </ul> <p>Also, when a certificate requests is signed by a self-made / self-signed CA, a corresponding plist file (found in "~/Library/Application Support/Certificate Authority//*.certAuthorityConfig") governs which extensions are included in the certificate. certAuthorityConfig supports extension like e.g.</p> <ul> <li>Key Usage ( 2 5 29 15 ) via KeyUsageExtensionIsEnabled</li> <li>Extended Key Usage ( 2 5 29 37 ) via ExtendedKUEPresent</li> </ul> <p>but lacks respective keys to support further extensions like the ones mentioned above.</p> <p>I wonder if the default certAuthorityConfig file created by Certificate Assistant.app omits to include (undocumented) keys for other extensions that Keychain (versions: 4.0.2, build: 35210) otherwise seems to support or if there really is no support for any extensions other than key usage? </p> <ul> <li>Is there any other way to have custom extensions included in self-made certificates??</li> <li>Is there somewhere a reference for certAuthorityConfig files? </li> </ul> http://stackoverflow.com/questions/1522368/solutions-to-web-service-client-certificates-auth-best-practices 2 Solutions to web service client certificates/auth best practices randombits 2009-10-05T21:00:36Z 2009-10-26T03:56:12Z <p>I have a simple web service that has an API third party developers are allowed to access. The API mostly follows REST principles.</p> <p>I'm interested in solutions to make the API more secure by requiring developers to use client certificates. Is there any open source solutions or other implementation advice any of you have that would assist in REST based APIs using user level certificates for auth?</p> http://stackoverflow.com/questions/1421268/what-recognized-computer-language-certificates-exist 1 What recognized computer language certificates exist? Kensai 2009-09-14T12:31:55Z 2009-09-21T23:45:05Z <p>I have always wondered about this: <strong>do computer language certificates exist as it happens with natural languages?</strong></p> <p>For example, if you are a foreigner, you can always go to learn English and sit an exam organized by the <a href="http://www.britishcouncil.org/" rel="nofollow">British Council</a>. If you pass it you can prove your qualifications by showing the certificate (for example a <a href="http://www.britishcouncil.org/learning-exams-ucles.htm" rel="nofollow">CPE</a>), increasing a lot your professional prospects. The same happens in many other languages where internationally recognized institutions sponsor certification programs. For German the <a href="http://www.goethe.de/" rel="nofollow">Goethe Institut</a> comes to mind, for Spanish the <a href="http://www.cervantes.es/" rel="nofollow">Instituto Cervantes</a>. There are other for other countries/languages as well.</p> <p>I <em>know</em> that certification programs exist for computer science (and software engineering) skills but most of these are for specialized aspects of a technology, mostly sponsored by a private company for certain abilities. For example, the <a href="http://www.majinate.com/" rel="nofollow">Majinate</a> portal organized certificates for "Accredited Symbian Developers" to prove their skills in coding for the Symbian/S60 platform. But this is already "specialized".</p> <ul> <li>What about generic programming skills in a standardized (ANSI, ISO, etc) language?</li> <li>Do national (or international) institutions exist to prepare and certificate preparedness in, let's say, C++?</li> <li>If there are, can you please list them? If there aren't, do you see a need for the creation of such organizations?</li> </ul> <p>I fully understand that a computer language is the same as a natural language except that it isn't... but then again, if a computer language has a published ISO standard, what hinders the creation of an institute to certify (globally and objectively) a coder's language abilities?</p> <p>A portfolio of previous projects is never enough since many projects nowdays are done by teams where everyone's contribution isn't that clear. A standardized certification scheme may prove language awareness and ability in an objective way.</p> http://stackoverflow.com/questions/17781/what-certificate-authority-software-is-available 5 What Certificate Authority Software is Available? kaybenleroll 2008-08-20T11:36:55Z 2009-09-13T01:09:05Z <p>I am running a number of SSL-encrypted websites, and need to generate certificates to run on these. They are all internal applications, so I don't need to purchase a certificate, I can create my own.</p> <p>I have found it quite tedious to do everything using openssl all the time, and figure this is the kind of thing that has probably been done before and software exists for it.</p> <p>My preference is for linux-based systems, and I would prefer a command-line system rather than a GUI.</p> <p>Does anyone have some suggestions?</p> http://stackoverflow.com/questions/1339347/what-do-cas-certificate-authority-deliver-from-csr 2 What do CAs (Certificate Authority) deliver from CSR ? philippe 2009-08-27T07:07:48Z 2009-08-28T09:18:42Z <p>I need an SSL certificate for a web server. I can generate a self-signed SSL certificate with the following OpenSSL commands:</p> <pre><code>openssl req -newkey rsa:512 -x509 -days 365 -nodes -out cert.pem -keyout cert.pem openssl dhparam -inform pem -in cert.pem -outform pem -out dhparam.pem 512 cat dhparam.pem &gt;&gt; cert.pem </code></pre> <p>If I want to have a CA-signed certificate, I can generate a CSR (Certificate Signing Request) : </p> <pre><code>openssl req -newkey rsa:512 -nodes -out cert.csr -keyout cert.key </code></pre> <p>And send it to one CA. And then ? I'm wondering what the CA is sending back : only the certificate, or the certificate <em>and</em> the DH parameters since they are used in the negotiation between the browser and the server ? </p> http://stackoverflow.com/questions/1227367/revoking-certificate-in-c-with-icertadmin2revokecertificate-method 0 Revoking certificate in c# with ICertAdmin2::RevokeCertificate method grega g 2009-08-04T12:56:31Z 2009-08-05T06:11:33Z <p>How to import certadm.dll into managed project and use RevokeCertificate method? I tried adding it as reference but I got error asying it's not assembly or COM object. </p> <p>Any ideas?</p> <p><strong>UPDATE:</strong> I already tried <em>regsvr32 c:\certadm.dll</em> and I get following error: <strong><em>LoadLibrary("c:\certadm.dll") failed - the specified procedure could not be found.</em></strong></p> http://stackoverflow.com/questions/1202535/could-not-find-trusted-certificate 0 Could not find trusted certificate Tammen Bruccoleri 2009-07-29T19:35:16Z 2009-07-30T19:11:44Z <p><strong>Problem:</strong></p> <p>I'm getting a thrown error from javax.net.ssl.SSLHandshakeException (see attached picture)</p> <p><img src="http://i1012.photobucket.com/albums/af244/tammens%5Fphotos/error.png" alt="alt text" title="SSL Error" /></p> <p>Is it possible for Java to have a corrupt or missing CA cert? If so how can I repair or resolve this issue/error?</p> <p><strong>Things I've Tried:</strong></p> <ol> <li>I have removed all versions of JRE from the PC and installed the latest version of JRE (1.6.14).</li> <li>Cleaned and removed all unnecessary Trusted Cert's from the User section of Certificates.</li> <li>Try running keytool to get the fingerprints of the CA's</li> </ol> <p>When trying to run the keytool I'm getting the following:</p> <p><strong>keytool error: java.security.cert.CertificateParsingException: java.io.IOException: subject key, java.security.spec.InvalidKeySpecException: Unknown key spec.</strong></p> http://stackoverflow.com/questions/1077800/which-code-signing-authority-should-i-go-with 2 Which code signing authority should I go with? Remus Rusanu 2009-07-03T04:50:06Z 2009-07-03T05:19:03Z <p>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 list that ships with a new install of Windows (ie. I don't want the use to have to add a new trusted authority). I've seen <a href="http://stackoverflow.com/questions/155241/cheapest-java-code-signing-certificate-not-self-signed">previous discussions recommending Comodo</a>, but I'm a bit confused since I've checked the list of trusted authorities on my XP machine and I couldn't find Comodo. Also Comodo seems to have a somehow spotty reputation, <a href="http://msmvps.com/blogs/hostsnews/archive/2009/05/18/1692604.aspx" rel="nofollow">issuing certificates to malware</a>.</p> <p>This kinda leaves me with Verisign (ie. <a href="http://www.icann.org/correspondence/twomey-to-verisign-06oct03.htm" rel="nofollow">the evil company that broke DNS for profit</a>) or Thawte, and both cost an arm and a leg.</p> <p>Are there other options I'm missing?</p> http://stackoverflow.com/questions/801183/clickonce-trusted-root-certification-authorities 0 ClickOnce Trusted Root Certification Authorities gilloux 2009-04-29T06:52:36Z 2009-06-13T20:27:59Z <p>Hello,</p> <p>I migth have another question about SSL.</p> <p>I have a Smart Client and I deploy it using ClickOnce. In this Smart Client application, I call a HTTPS Web Service. I need so to install a Trusted Root Certification Authorities to give access to this HTTPS Web Service.</p> <p>Let's say that I want to keep it fully "ClickOnce", meaning that I do not want to have anything to do on the client machine except run the ClickOnce = I do not want to have to install the certificate on the client machine manually (or not) but I want to have it install prior to the Smart Client. I would include it in the package and will be the first thing to be installed.</p> <p>My problem is :</p> <p>As I read on the Internet, there is no way I could install a "Trusted Root Certification Authorities" without having Admin Rights on the client machine</p> <p>is it right? </p> <p>if it's right, do you see another solution to achieve this goal or it's just not possible?</p> <p>Thx you in advance.</p> http://stackoverflow.com/questions/770941/certificate-authority-for-myself-small-organisation 0 Certificate Authority for myself/small organisation maniac 2009-04-21T03:30:34Z 2009-04-21T03:30:34Z <p>I need a small CA software which meet following criteria:</p> <ol> <li>CLI Interface (we all really hate gui things for server software, don't we?)</li> <li>Issuing certificates for websites. So I just can install one root certificate on client machines to get rid of that warnings)</li> <li>Issuing user certificates (as p12 and other stuff, so I can authenticate using them) with predefined values.</li> </ol> <p>I was looking at tinyca but it's somewhat outdated and didnt worked for me well.</p> <p>Openssl can do all of this, so I can code a bunch of shell scripts (or maybe Makefile) to automate this task. So I was wondering if already somebody did this?</p> http://stackoverflow.com/questions/603682/how-do-i-code-citrix-web-sites-to-use-a-secure-gateway-csg 1 How do I code Citrix web sites to use a Secure Gateway (CSG)? RAVolt 2009-03-02T19:41:37Z 2009-04-09T16:19:36Z <p>I'm using Citrix's sample code as a base and trying to get it to generate ICA files that direct the client to use their Secure Gateway (CSG) provider. My configuration is that the ICA file's server address is replaced with a CSG ticket and traffic is forced to go to the CSG.</p> <p>The challenge is that both the Citrix App Server (that's providing the ICA session on 1494) and the CSG have to coordinate through a Secure Ticket Authority (STA). That means that my code needs to talk to the STA as it creates the ICA file because STA holds a ticket that the CSG needs embedded into the ICA file. Confusing? Sure! But it's much more secure.</p> <p>The pre-CSG code looks like this:</p> <pre><code>AppLaunchInfo launchInfo = (AppLaunchInfo)userContext.launchApp(appID, new AppLaunchParams(ClientType.ICA_30)); ICAFile icaFile = userContext.convertToICAFile(launchInfo, null, null); </code></pre> <p>I tried to the SSLEnabled information to the ICA generation, but it was not enough. here's that code:</p> <pre><code>launchInfo.setSSLEnabled(true); launchInfo.setSSLAddress(new ServiceAddress("CSG URL", 443)); </code></pre> <p>Now, it looks like I need to register the STA when I configure my farm:</p> <pre><code>ConnectionRoutingPolicy policy = config.getDMZRoutingPolicy(); policy.getRules().clear(); //Set the Secure Ticketing Authorities (STAs). STAGroup STAgr = new STAGroup(); STAgr.addSTAURL(@"http://CitrixAppServerURL/scripts/ctxsta.dll"); //creat Secure Gateway conenction SGConnectionRoute SGRoute = new SGConnectionRoute(@"https://CSGURL"); SGRoute.setUseSessionReliability(false); SGRoute.setGatewayPort(80); SGRoute.setTicketAuthorities(STAgr); // add the SGRoute to the policy policy.setDefault(SGRoute); </code></pre> <p>This is based on code I found on the <a href="http://forums.citrix.com/thread.jspa?forumID=48&amp;threadID=71650&amp;messageID=429494&amp;" rel="nofollow">Citrix Forums</a>; however, it breaks my ability to connect with the Farm and get my application list!</p> <p>Can someone point me to an example of code that works? Or a reference document?</p> http://stackoverflow.com/questions/724180/code-signing-windows-mobile-applications-recommendations 1 Code signing Windows Mobile applications - Recommendations? CBono 2009-04-07T04:57:26Z 2009-04-07T15:44:24Z <p>I'm tasked with obtaining a code signing certificate. Our application actually consists of 2 complementary components: a desktop application and a Windows Mobile application designed to run on PDAs. Currently our mobile install (via CAB file) triggers the security prompts in Windows Mobile 6 and it is confusing to our users. We want to eliminate those security warnings.</p> <p>It seems easy enough to find certificates to sign a desktop application -- which we also need -- but I'm less clear about whether or not such a code signing certificate will fix our Windows Mobile problems. My ideal solution is 1 certificate that can sign both the desktop and mobile apps.</p> <p>So much I read about mobile app signing revolves around Mobile2Market and crazy multi-step signing procedures -- even sending your executables in to have them signed and returned. I think this is mainly aimed at the mobile phone market, where cellular providers have tightly locked down the phones against non-signed apps.</p> <p>Our devices are primarily Windows Mobile 6 PDAs (iPAQ 210) that come pre-configured with One Tier security. We don't want to provision devices, install a certificate, etc (unless absolutely necessary). We just want to sign the files and forget about it.</p> <p>Has anyone done something similar and have any recommendations? I'm especially interested in lower-cost solutions that don't involve paying lots of money to Verisign -- something like Comodo perhaps.</p> http://stackoverflow.com/questions/340129/getting-issued-certificates-info-from-windows-server-2008-ca 0 Getting issued certificates' info from windows server 2008 CA grega g 2008-12-04T10:21:54Z 2009-03-23T10:30:16Z <p>Is it possible to query certificate store on windows server 2008 using .net platform? I would like to get information about certificates that were issued by this system.</p> <p>tnx grega g</p> http://stackoverflow.com/questions/652206/how-do-i-programmatically-remove-a-certificate-in-trusted-root-certification-auth 1 How do I programmatically remove a certificate in Trusted Root Certification Authorities? Jerry 2009-03-16T21:24:17Z 2009-03-16T22:30:23Z <p>I need to be able to remove a specific certificate from each PC in my organization. Yes, I could go seat-to-seat, but I have until Thursday to pull it off, and I don't have the manpower to go seat-to-seat.</p> <p>Is there a programmatic way of doing this using C#?</p> http://stackoverflow.com/questions/604060/certificate-autoenrollment-errors-on-win-2003-development-server 0 Certificate autoenrollment errors on Win 2003 development server cdonner 2009-03-02T21:25:51Z 2009-03-02T21:25:51Z <pre><code>Automatic certificate enrollment for [userid] failed to enroll for one Basic EFS certificate (0x800706ba). The RPC server is unavailable. </code></pre> <p>I have been getting these errors for a few weeks, about a dozen every day. I checked the certificates with MMC and they are going to expire in 2 weeks. I cannot find an answer to these questions:</p> <p>I think the errors stems from Certificate Services not being installed on this dev box that is also a PDC. How did these certs get created in the first place, and do I have to make my development box a CA now? I really don't want to. </p> <p>What will happen if I don't address this before the certs expire?</p> http://stackoverflow.com/questions/527768/why-is-using-a-certificate-made-with-the-makecert-tool-in-production-bad 3 Why is using a certificate, made with the MakeCert tool, in production bad? JohannesH 2009-02-09T11:20:06Z 2009-02-19T08:20:58Z <p>I'm currently working on a project where I've created a CA cert and a couple of child certs to that CA cert. The certificates are going to be used to protect inter-server communication in a SAMLV2 setup so I'm going to have a cert for the identity provider and a cert for the service provider. The user/browser isn't going to validate the certs so it's only the servers that need to trust my custom CA. My cert tree looks something like this:</p> <ul> <li>CustomRootCACert <ul> <li>CustomIdentityProviderCert</li> <li>CustomServiceProviderCert</li> </ul></li> </ul> <p>Now, I've heard a lot of people saying it's bad to use a home-made certificate in production. But when I ask why, people usually just mutters something about security but never go into the details. Are there any technical reasons not to use my own certs in production? I can't think of any... Of course I realize that if I lose control of my root cert anyone could start creating all sorts of certificates. But in this case they would also have to install the certificates on my servers and configure the saml application to use them. Only then could they start to generate fake saml requests and responses to my applications.</p> <p>If this is the only problem, this solution (using home-made certs in production) would still be better than the login setup we have today.</p> http://stackoverflow.com/questions/426895/programmatic-signing-of-native-windows-mobile-apps 0 Programmatic Signing of Native Windows Mobile Apps Gordon Wilson 2009-01-09T02:46:27Z 2009-01-12T02:04:32Z <p>Is there any certificate authority that allows for programmatic signing of windows mobile applications? At the moment my team uses Geotrust. Our build procedure looks like this:</p> <ul> <li>Build app</li> <li>"pre-sign" app with multi-step tool (</li> <li>fill out form and upload "pre-signed" app on geotrust web site</li> <li>download signed app</li> <li>repeat</li> </ul> <p>There must be a better way to do this.</p> http://stackoverflow.com/questions/353010/does-a-truststore-need-the-sub-ca-certificate 1 Does a truststore need the sub-ca certificate? Draemon 2008-12-09T14:59:23Z 2008-12-09T23:01:23Z <p>I'm trying to setup a hierarchical PKI. Can I create a truststore containing only the root ca certificate, and will that mean my application trusts certificates signed by a sub-ca certificate which is in turn signed by the root ca?</p> <p>As an aside, it seems that you must provide an entire certificate chain, including the root ca certificate. Surely if the root ca is trusted, the certificate shouldn't need to be sent? We just want to check if the next certificate down is signed by it.</p> http://stackoverflow.com/questions/345892/whats-the-difference-between-class-1-and-class-3-roots-and-the-certificates-sig 1 What's the difference between class 1 and class 3 roots, and the certificates signed by them? Chris Charabaruk 2008-12-06T04:16:00Z 2008-12-06T04:26:34Z <p>Pretty much what the question says. What's the difference between the two classes of roots? The differences between the certificates signed by such roots? What uses would a class 1 signed certificate have that a class 3 doesn't, and vice versa?</p> http://stackoverflow.com/questions/267858/are-cas-allowed-to-modify-csrs-before-signing 0 Are CAs allowed to modify CSRs before signing? Ragesh 2008-11-06T07:30:11Z 2008-11-06T12:58:04Z <p>Can anyone please tell me if Certifying Authorities (CAs) are allowed to make modifications to the Certificate Signing Request (CSR) before actually signing the certificate with their own private key? </p> <p>Specifically, I'd like to know if it's valid for the CA to insert additional fields (such as EKUs) into the cert before adding their signature.</p> http://stackoverflow.com/questions/192268/ssl-certificate-encryption-vs-cypher-encryption 2 SSL Certificate encryption vs cypher encryption cjburkha 2008-10-10T17:04:26Z 2008-10-10T18:06:35Z <p>I just installed a SSL certificate. This certificate is encrypted with 2048 bit encryption.</p> <p>However, the cypher is 128 bit encryption(or 40, or some other variation depending on the browser.)</p> <p>It seems that there are two different types of encryption here. The "handshake" encryption of 2048 and the "over the wire" encryption of some magnitude smaller.</p> <p>Do I have this right in theory? Can anyone explain it better?</p> <p>I have been all over the Google and cannot find a clear explanation of the difference between the two.</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/157271/whats-the-difference-between-rapidssl-and-geotrust-certificates 2 What's the difference between rapidSSL and geotrust certificates? Vitaly Sharovatov 2008-10-01T12:02:17Z 2008-10-09T11:43:07Z <p>I want to buy a 128bit SSL certificate for a website selling services. I checked <a href="http://www.rapidssl.com/ssl-certificate-products/ssl-certificate.htm" rel="nofollow">http://www.rapidssl.com/ssl-certificate-products/ssl-certificate.htm</a> and <a href="http://www.geotrust.com/ssl/compare-ssl-certificates.html" rel="nofollow">http://www.geotrust.com/ssl/compare-ssl-certificates.html</a>. Why are the prices for QuickSSL (Geotrust, $249) and RapidSSL (rapidSSL, $69) so different? Is there any particular reason for this or it's just marketing?</p> <p>RapidSSL says the following: </p> <blockquote> <p>However it is our opinion that sites conducting more than 50 transactions will require a Professional Level SSL certificate due to the increased likelihood that the website's customers will expect SSL from a highly credible and established SSL provider and well known internationally accepted SSL brand.</p> </blockquote> <p>(by "professional level SSL" they mean Geotrust certs)</p> <p>P.S. will users really pay attention to the SSL issuing authority brand name?</p>